#124289

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

Shades of Dark Cerulean #124289

Tints of Dark Cerulean #124289

Color information

#124289 (or 0x124289) is unknown color: approx Dark Cerulean. HEX triplet: 12, 42 and 89. RGB value is (18,66,137). Sum of RGB (Red+Green+Blue) = 18+66+137=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #124289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124289 is #EDBD76. Grayscale: #3B3B3B. Windows color (decimal): -15580535 or 8995346. OLE color: 8995346.

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

Color convert

RGB1866137-
CMYK0.870.5200.46
HSL215.8º76.77%30.39%-
HSV(B)215.8º86.86%53.73%-
XYZ6.715.8324.44-
YUV59.74171.698.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 137 (53.91% from 255) = 61.99%
R=8.14%
G=29.86%
B=61.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18661370.870.5200.46215.876.7730.39
Hex124289573402Ed84d1e
Octal221022111276405633011536
Binary100101000010100010011010111110100010111011011000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124289; }

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

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

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

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

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

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

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

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