#12488B

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

Shades of Dark Cerulean #12488B

Tints of Dark Cerulean #12488B

Color information

#12488B (or 0x12488B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 48 and 8B. RGB value is (18,72,139). Sum of RGB (Red+Green+Blue) = 18+72+139=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #12488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12488B is #EDB774. Grayscale: #3F3F3F. Windows color (decimal): -15578997 or 9127954. OLE color: 9127954.

HSL color Cylindrical-coordinate representation of color #12488B: hue angle of 213.22º 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 #12488B is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1872139-
CMYK0.870.4800.45
HSL213.22º77.07%30.78%-
HSV(B)213.22º87.05%54.51%-
XYZ7.236.6325.32-
YUV63.49170.6195.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 139 (54.69% from 255) = 60.70%
R=7.86%
G=31.44%
B=60.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18721390.870.4800.45213.2277.0730.78
Hex12488B573002Dd54d1f
Octal221102131276005532511537
Binary100101001000100010111010111110000010110111010101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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