Html Css Color HEX #124776 Dark Cerulean

📋 copy color: '#124776'

red 18 ◦ green 71 ◦ blue 118

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

Shades of Dark Cerulean #124776

Tints of Dark Cerulean #124776

RGB

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

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

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

R = 8.7%
G = 34.3%
B = 57%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#124776 (or 0x124776) is known color: Dark Cerulean. HEX triplet: 12, 47 and 76. RGB value is (18,71,118). Sum of RGB (Red+Green+Blue) = 18+71+118=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #124776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124776 is #EDB889. Grayscale: #3C3C3C. Windows color (decimal): -15579274 or 7751442. OLE color: 7751442.

HSL color Cylindrical-coordinate representation of color #124776: hue angle of 208.2º 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 #124776 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 71 118 -
CMYK 0.85 0.40 0 0.54
HSL 208.2º 0.74% 0.27% -
HSV(B) 208.2º 0.85% 0.46% -
XYZ 5.77 5.94 17.98 -
YUV 60.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 18 71 118 0.85 0.40 0 0.54 208.2 0.74 0.27
Hex 12 47 76 55 28 0 36 D0 4A 1B
Octal 22 107 166 125 50 0 66 320 112 33
Binary 10010 1000111 1110110 1010101 101000 0 110110 11010000 1001010 11011

Color Harmonies of #124776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124776

Black with #124776

Text Example


Text Example

White with #124776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124776; }

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

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

background-color css

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

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

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

border-color css

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

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

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