Color Hex Logo

#1235cc Color Hex

#1235CC
(18,53,204)
0 Favorites   0 Comments

Color spaces of #1235cc

RGB 1853204
HSL0.640.840.44
HSV229°91°80°
CMYK 0.910.740.00   0.20
XYZ12.42167.034457.8298
Yxy7.03440.16070.0910
Hunter Lab26.522437.1849-110.7108
CIE-Lab31.885147.3353-79.4067

#1235cc color RGB value is (18,53,204).

#1235cc hex color red value is 18, green value is 53 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1235cc hue: 0.64 , saturation: 0.84 and the lightness value of 1235cc is 0.44.

The process color (four color CMYK) of #1235cc color hex is 0.91, 0.74, 0.00, 0.20. Web safe color of #1235cc is #0033cc. Color #1235cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110101 11001100
Octal 22 65 314
Decimal 18 53 204
Hex 12 35 CC

RGB Percentages of Color #1235cc

%6.55
%19.27
%74.18

CMYK Percentages of Color #1235cc

%91
%74
%0
%20

Triadic Colors of #1235cc

#1235cc #cc1235 #35cc12

Analogous Colors of #1235cc

#1235cc #4c12cc #1292cc

Monochromatic Colors of #1235cc

#1235cc

Complementary Color

#1235cc #cca912

#1235cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1235cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1235cc Color CSS Codes

.mybgcolor {background-color:#1235cc; } 
.myforecolor {color:#1235cc; }
.mybordercolor {border:3px solid #1235cc; }

#1235cc Text Font Color

<p style="color:#1235cc">Text here</p>

This sample text font color is #1235cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1235cc Background Color

<div style="background-color:#1235cc">
Div content here</div>

This div background color is #1235cc


#1235cc Border Color

<div style="border:3px solid #1235cc">
Div here</div>

This div border color is #1235cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,53,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1235cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1235cc;
  -webkit-box-shadow: 1px 1px 3px 2px #1235cc;
  box-shadow:         1px 1px 3px 2px #1235cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,53,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1235cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1235cc;
  -webkit-box-shadow: 1px 1px 3px 2px #1235cc;
  box-shadow:         1px 1px 3px 2px #1235cc;">
Div content here</div>

This div box has shadow with color #1235cc


Comments

No comments written yet.

Please login to write comment.