Html Css Color HEX #124589 Dark Cerulean

📋 copy color: '#124589'

red 18 ◦ green 69 ◦ blue 137

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

Shades of Dark Cerulean #124589

Tints of Dark Cerulean #124589

RGB

 RED value IS 18 (7.42% from 255) = 8.04%

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 137 (53.91% from 255) = 61.16%

R = 8.04%
G = 30.8%
B = 61.16%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#124589 (or 0x124589) is known color: Dark Cerulean. HEX triplet: 12, 45 and 89. RGB value is (18,69,137). Sum of RGB (Red+Green+Blue) = 18+69+137=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #124589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124589 is #EDBA76. Grayscale: #3D3D3D. Windows color (decimal): -15579767 or 8996114. OLE color: 8996114.

HSL color Cylindrical-coordinate representation of color #124589: hue angle of 214.29º 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 #124589 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 69 137 -
CMYK 0.87 0.50 0 0.46
HSL 214.29º 0.77% 0.3% -
HSV(B) 214.29º 0.87% 0.54% -
XYZ 6.89 6.19 24.5 -
YUV 61.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 18 69 137 0.87 0.50 0 0.46 214.29 0.77 0.3
Hex 12 45 89 57 32 0 2E D6 4D 1E
Octal 22 105 211 127 62 0 56 326 115 36
Binary 10010 1000101 10001001 1010111 110010 0 101110 11010110 1001101 11110

Color Harmonies of #124589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124589

Black with #124589

Text Example


Text Example

White with #124589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124589; }

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

 H1.HeaderClassName
 {
   color: #124589;
 }
 .AnyTagClassName
 {
   color: #124589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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