#12478B

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

Shades of Dark Cerulean #12478B

Tints of Dark Cerulean #12478B

Color information

#12478B (or 0x12478B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 47 and 8B. RGB value is (18,71,139). Sum of RGB (Red+Green+Blue) = 18+71+139=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #12478B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12478B is #EDB874. Grayscale: #3E3E3E. Windows color (decimal): -15579253 or 9127698. OLE color: 9127698.

HSL color Cylindrical-coordinate representation of color #12478B: hue angle of 213.72º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12478B is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1871139-
CMYK0.870.4900.45
HSL213.72º77.07%30.78%-
HSV(B)213.72º87.05%54.51%-
XYZ7.166.525.3-
YUV62.9170.9495.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 139 (54.69% from 255) = 60.96%
R=7.89%
G=31.14%
B=60.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18711390.870.4900.45213.7277.0730.78
Hex12478B573102Dd64d1f
Octal221072131276105532611537
Binary100101000111100010111010111110001010110111010110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12478B; }

 p { color: rgb(18,71,139); }

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

<style>
 a { background-color: #12478B; }

 a { background-color: rgb(18,71,139); }

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

<style>
 span { border-color: #12478B; }

 span { border-color: rgb(18,71,139); }

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