#12538F

Color #12538F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #12538F

Tints of Dark Cerulean #12538F

Color information

#12538F (or 0x12538F) is unknown color: approx Dark Cerulean. HEX triplet: 12, 53 and 8F. RGB value is (18,83,143). Sum of RGB (Red+Green+Blue) = 18+83+143=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #12538F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12538F is #EDAC70. Grayscale: #464646. Windows color (decimal): -15576177 or 9392914. OLE color: 9392914.

HSL color Cylindrical-coordinate representation of color #12538F: hue angle of 208.8º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12538F is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1883143-
CMYK0.870.4200.44
HSL208.8º77.64%31.57%-
HSV(B)208.8º87.41%56.08%-
XYZ8.38.327.15-
YUV70.4168.9790.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 143 (56.25% from 255) = 58.61%
R=7.38%
G=34.02%
B=58.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18831430.870.4200.44208.877.6431.57
Hex12538F572A02Cd14e20
Octal221232171275205432111640
Binary1001010100111000111110101111010100101100110100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12538F; }

 p { color: rgb(18,83,143); }

 H1.HeaderClassName
 {
   color: #12538F;
 }
 .AnyTagClassName
 {
   color: #12538F;
 }
</style>
background-color css

<style>
 a { background-color: #12538F; }

 a { background-color: rgb(18,83,143); }

 div.DivClassName
 {
   background-color: #12538F;
 }
 .BgClassName
 {
   background-color: #12538F;
 }
</style>
border-color css

<style>
 span { border-color: #12538F; }

 span { border-color: rgb(18,83,143); }

 td.TdClassName
 {
   border-color: #12538F;
 }
 .TagClassName
 {
   border-color: #12538F;
 }
</style>