Html Css Color HEX #124879 Dark Cerulean

📋 copy color: '#124879'

red 18 ◦ green 72 ◦ blue 121

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

Shades of Dark Cerulean #124879

Tints of Dark Cerulean #124879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 121 (47.66% from 255) = 57.35%

R = 8.53%
G = 34.12%
B = 57.35%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#124879 (or 0x124879) is known color: Dark Cerulean. HEX triplet: 12, 48 and 79. RGB value is (18,72,121). Sum of RGB (Red+Green+Blue) = 18+72+121=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #124879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124879 is #EDB786. Grayscale: #3D3D3D. Windows color (decimal): -15579015 or 7948306. OLE color: 7948306.

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

Color convert

RGB 18 72 121 -
CMYK 0.85 0.40 0 0.53
HSL 208.54º 0.74% 0.27% -
HSV(B) 208.54º 0.85% 0.47% -
XYZ 6.02 6.14 18.96 -
YUV 61.44 161.61 97.02 -
System Red Green Blue C M Y K H S L
Decimal 18 72 121 0.85 0.40 0 0.53 208.54 0.74 0.27
Hex 12 48 79 55 28 0 35 D1 4A 1B
Octal 22 110 171 125 50 0 65 321 112 33
Binary 10010 1001000 1111001 1010101 101000 0 110101 11010001 1001010 11011

Color Harmonies of #124879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124879

Black with #124879

Text Example


Text Example

White with #124879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124879; }

 p { color: rgb(18,72,121); }

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

background-color css

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

 a { background-color: rgb(18,72,121); }

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

border-color css

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

 span { border-color: rgb(18,72,121); }

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