#12428B

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

Shades of Dark Cerulean #12428B

Tints of Dark Cerulean #12428B

Color information

#12428B (or 0x12428B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 42 and 8B. RGB value is (18,66,139). Sum of RGB (Red+Green+Blue) = 18+66+139=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #12428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12428B is #EDBD74. Grayscale: #3B3B3B. Windows color (decimal): -15580533 or 9126418. OLE color: 9126418.

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

Color convert

RGB1866139-
CMYK0.870.5300.45
HSL216.2º77.07%30.78%-
HSV(B)216.2º87.05%54.51%-
XYZ6.865.8925.2-
YUV59.97172.698.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 139 (54.69% from 255) = 62.33%
R=8.07%
G=29.60%
B=62.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18661390.870.5300.45216.277.0730.78
Hex12428B573502Dd84d1f
Octal221022131276505533011537
Binary100101000010100010111010111110101010110111011000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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