Html Css Color HEX #124389 Dark Cerulean

📋 copy color: '#124389'

red 18 ◦ green 67 ◦ blue 137

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

Shades of Dark Cerulean #124389

Tints of Dark Cerulean #124389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.18%

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

R = 8.11%
G = 30.18%
B = 61.71%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#124389 (or 0x124389) is known color: Dark Cerulean. HEX triplet: 12, 43 and 89. RGB value is (18,67,137). Sum of RGB (Red+Green+Blue) = 18+67+137=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #124389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124389 is #EDBC76. Grayscale: #3C3C3C. Windows color (decimal): -15580279 or 8995602. OLE color: 8995602.

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

Color convert

RGB 18 67 137 -
CMYK 0.87 0.51 0 0.46
HSL 215.29º 0.77% 0.3% -
HSV(B) 215.29º 0.87% 0.54% -
XYZ 6.77 5.95 24.46 -
YUV 60.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 18 67 137 0.87 0.51 0 0.46 215.29 0.77 0.3
Hex 12 43 89 57 33 0 2E D7 4D 1E
Octal 22 103 211 127 63 0 56 327 115 36
Binary 10010 1000011 10001001 1010111 110011 0 101110 11010111 1001101 11110

Color Harmonies of #124389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124389

Black with #124389

Text Example


Text Example

White with #124389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124389; }

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

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

background-color css

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

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

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

border-color css

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

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

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