Html Css Color HEX #124476 Dark Cerulean

📋 copy color: '#124476'

red 18 ◦ green 68 ◦ blue 118

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

Shades of Dark Cerulean #124476

Tints of Dark Cerulean #124476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 8.82%
G = 33.33%
B = 57.84%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#124476 (or 0x124476) is known color: Dark Cerulean. HEX triplet: 12, 44 and 76. RGB value is (18,68,118). Sum of RGB (Red+Green+Blue) = 18+68+118=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #124476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124476 is #EDBB89. Grayscale: #3A3A3A. Windows color (decimal): -15580042 or 7750674. OLE color: 7750674.

HSL color Cylindrical-coordinate representation of color #124476: hue angle of 210º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124476 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 68 118 -
CMYK 0.85 0.42 0 0.54
HSL 210º 0.74% 0.27% -
HSV(B) 210º 0.85% 0.46% -
XYZ 5.59 5.57 17.92 -
YUV 58.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 18 68 118 0.85 0.42 0 0.54 210 0.74 0.27
Hex 12 44 76 55 2A 0 36 D2 4A 1B
Octal 22 104 166 125 52 0 66 322 112 33
Binary 10010 1000100 1110110 1010101 101010 0 110110 11010010 1001010 11011

Color Harmonies of #124476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124476

Black with #124476

Text Example


Text Example

White with #124476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124476; }

 p { color: rgb(18,68,118); }

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

background-color css

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

 a { background-color: rgb(18,68,118); }

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

border-color css

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

 span { border-color: rgb(18,68,118); }

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