Html Css Color HEX #124479 Dark Cerulean

📋 copy color: '#124479'

red 18 ◦ green 68 ◦ blue 121

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

Shades of Dark Cerulean #124479

Tints of Dark Cerulean #124479

RGB

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

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

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

R = 8.7%
G = 32.85%
B = 58.45%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#124479 (or 0x124479) is known color: Dark Cerulean. HEX triplet: 12, 44 and 79. RGB value is (18,68,121). Sum of RGB (Red+Green+Blue) = 18+68+121=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #124479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124479 is #EDBB86. Grayscale: #3A3A3A. Windows color (decimal): -15580039 or 7947282. OLE color: 7947282.

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

Color convert

RGB 18 68 121 -
CMYK 0.85 0.44 0 0.53
HSL 210.87º 0.74% 0.27% -
HSV(B) 210.87º 0.85% 0.47% -
XYZ 5.77 5.64 18.87 -
YUV 59.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 18 68 121 0.85 0.44 0 0.53 210.87 0.74 0.27
Hex 12 44 79 55 2C 0 35 D3 4A 1B
Octal 22 104 171 125 54 0 65 323 112 33
Binary 10010 1000100 1111001 1010101 101100 0 110101 11010011 1001010 11011

Color Harmonies of #124479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124479

Black with #124479

Text Example


Text Example

White with #124479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124479; }

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

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

background-color css

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

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

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

border-color css

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

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

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