Html Css Color HEX #124972 Dark Cerulean

📋 copy color: '#124972'

red 18 ◦ green 73 ◦ blue 114

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

Shades of Dark Cerulean #124972

Tints of Dark Cerulean #124972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.61%

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 8.78%
G = 35.61%
B = 55.61%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124972 (or 0x124972) is known color: Dark Cerulean. HEX triplet: 12, 49 and 72. RGB value is (18,73,114). Sum of RGB (Red+Green+Blue) = 18+73+114=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #124972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124972 is #EDB68D. Grayscale: #3D3D3D. Windows color (decimal): -15578766 or 7489810. OLE color: 7489810.

HSL color Cylindrical-coordinate representation of color #124972: hue angle of 205.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124972 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 73 114 -
CMYK 0.84 0.36 0 0.55
HSL 205.63º 0.73% 0.26% -
HSV(B) 205.63º 0.84% 0.45% -
XYZ 5.67 6.11 16.8 -
YUV 61.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 18 73 114 0.84 0.36 0 0.55 205.63 0.73 0.26
Hex 12 49 72 54 24 0 37 CE 49 1A
Octal 22 111 162 124 44 0 67 316 111 32
Binary 10010 1001001 1110010 1010100 100100 0 110111 11001110 1001001 11010

Color Harmonies of #124972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124972

Black with #124972

Text Example


Text Example

White with #124972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124972; }

 p { color: rgb(18,73,114); }

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

background-color css

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

 a { background-color: rgb(18,73,114); }

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

border-color css

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

 span { border-color: rgb(18,73,114); }

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