Html Css Color HEX #124289 Dark Cerulean

📋 copy color: '#124289'

red 18 ◦ green 66 ◦ blue 137

#124289
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #124289

Tints of Dark Cerulean #124289

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 value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#124289 (or 0x124289) is known color: 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

RGB 18 66 137 -
CMYK 0.87 0.52 0 0.46
HSL 215.8º 0.77% 0.3% -
HSV(B) 215.8º 0.87% 0.54% -
XYZ 6.71 5.83 24.44 -
YUV 59.74 171.6 98.23 -
System Red Green Blue C M Y K H S L
Decimal 18 66 137 0.87 0.52 0 0.46 215.8 0.77 0.3
Hex 12 42 89 57 34 0 2E D8 4D 1E
Octal 22 102 211 127 64 0 56 330 115 36
Binary 10010 1000010 10001001 1010111 110100 0 101110 11011000 1001101 11110

Color Harmonies of #124289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124289

Black with #124289

Text Example


Text Example

White with #124289

Text Example


Text Example

HTML Codes & Css Web 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>