Html Css Color HEX #124189 Dark Cerulean

📋 copy color: '#124189'

red 18 ◦ green 65 ◦ blue 137

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

Shades of Dark Cerulean #124189

Tints of Dark Cerulean #124189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.55%

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

R = 8.18%
G = 29.55%
B = 62.27%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#124189 (or 0x124189) is known color: Dark Cerulean. HEX triplet: 12, 41 and 89. RGB value is (18,65,137). Sum of RGB (Red+Green+Blue) = 18+65+137=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #124189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124189 is #EDBE76. Grayscale: #3A3A3A. Windows color (decimal): -15580791 or 8995090. OLE color: 8995090.

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

Color convert

RGB 18 65 137 -
CMYK 0.87 0.53 0 0.46
HSL 216.3º 0.77% 0.3% -
HSV(B) 216.3º 0.87% 0.54% -
XYZ 6.66 5.72 24.42 -
YUV 59.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 18 65 137 0.87 0.53 0 0.46 216.3 0.77 0.3
Hex 12 41 89 57 35 0 2E D8 4D 1E
Octal 22 101 211 127 65 0 56 330 115 36
Binary 10010 1000001 10001001 1010111 110101 0 101110 11011000 1001101 11110

Color Harmonies of #124189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124189

Black with #124189

Text Example


Text Example

White with #124189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124189; }

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

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

background-color css

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

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

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

border-color css

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

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

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