#12537E

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

Shades of Dark Cerulean #12537E

Tints of Dark Cerulean #12537E

Color information

#12537E (or 0x12537E) is unknown color: approx Dark Cerulean. HEX triplet: 12, 53 and 7E. RGB value is (18,83,126). Sum of RGB (Red+Green+Blue) = 18+83+126=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #12537E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12537E is #EDAC81. Grayscale: #444444. Windows color (decimal): -15576194 or 8278802. OLE color: 8278802.

HSL color Cylindrical-coordinate representation of color #12537E: hue angle of 203.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12537E is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1883126-
CMYK0.860.3400.51
HSL203.89º75%28.24%-
HSV(B)203.89º85.71%49.41%-
XYZ7.117.8220.87-
YUV68.47160.4792-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 126 (49.61% from 255) = 55.51%
R=7.93%
G=36.56%
B=55.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18831260.860.3400.51203.897528.24
Hex12537E5622033cc4b1c
Octal221231761264206331411334
Binary10010101001111111101010110100010011001111001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12537E; }

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

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

<style>
 a { background-color: #12537E; }

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

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

<style>
 span { border-color: #12537E; }

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

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