#12458A

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

Shades of Dark Cerulean #12458A

Tints of Dark Cerulean #12458A

Color information

#12458A (or 0x12458A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 45 and 8A. RGB value is (18,69,138). Sum of RGB (Red+Green+Blue) = 18+69+138=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #12458A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12458A is #EDBA75. Grayscale: #3D3D3D. Windows color (decimal): -15579766 or 9061650. OLE color: 9061650.

HSL color Cylindrical-coordinate representation of color #12458A: hue angle of 214.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12458A is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1869138-
CMYK0.870.500.46
HSL214.5º76.92%30.59%-
HSV(B)214.5º86.96%54.12%-
XYZ6.976.2224.88-
YUV61.62171.196.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 138 (54.30% from 255) = 61.33%
R=8%
G=30.67%
B=61.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18691380.870.500.46214.576.9230.59
Hex12458A573202Ed64d1f
Octal221052121276205632611537
Binary100101000101100010101010111110010010111011010110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12458A; }

 p { color: rgb(18,69,138); }

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

<style>
 a { background-color: #12458A; }

 a { background-color: rgb(18,69,138); }

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

<style>
 span { border-color: #12458A; }

 span { border-color: rgb(18,69,138); }

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