Html Css Color HEX #124772 Dark Cerulean

📋 copy color: '#124772'

red 18 ◦ green 71 ◦ blue 114

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

Shades of Dark Cerulean #124772

Tints of Dark Cerulean #124772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

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

R = 8.87%
G = 34.98%
B = 56.16%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124772 (or 0x124772) is known color: Dark Cerulean. HEX triplet: 12, 47 and 72. RGB value is (18,71,114). Sum of RGB (Red+Green+Blue) = 18+71+114=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #124772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124772 is #EDB88D. Grayscale: #3B3B3B. Windows color (decimal): -15579278 or 7489298. OLE color: 7489298.

HSL color Cylindrical-coordinate representation of color #124772: hue angle of 206.88º 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 #124772 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 71 114 -
CMYK 0.84 0.38 0 0.55
HSL 206.88º 0.73% 0.26% -
HSV(B) 206.88º 0.84% 0.45% -
XYZ 5.54 5.85 16.76 -
YUV 60.06 158.44 98 -
System Red Green Blue C M Y K H S L
Decimal 18 71 114 0.84 0.38 0 0.55 206.88 0.73 0.26
Hex 12 47 72 54 26 0 37 CF 49 1A
Octal 22 107 162 124 46 0 67 317 111 32
Binary 10010 1000111 1110010 1010100 100110 0 110111 11001111 1001001 11010

Color Harmonies of #124772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124772

Black with #124772

Text Example


Text Example

White with #124772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124772; }

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

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

background-color css

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

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

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

border-color css

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

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

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