Html Css Color HEX #124579 Dark Cerulean

📋 copy color: '#124579'

red 18 ◦ green 69 ◦ blue 121

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

Shades of Dark Cerulean #124579

Tints of Dark Cerulean #124579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 8.65%
G = 33.17%
B = 58.17%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#124579 (or 0x124579) is known color: Dark Cerulean. HEX triplet: 12, 45 and 79. RGB value is (18,69,121). Sum of RGB (Red+Green+Blue) = 18+69+121=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #124579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124579 is #EDBA86. Grayscale: #3B3B3B. Windows color (decimal): -15579783 or 7947538. OLE color: 7947538.

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

Color convert

RGB 18 69 121 -
CMYK 0.85 0.43 0 0.53
HSL 210.29º 0.74% 0.27% -
HSV(B) 210.29º 0.85% 0.47% -
XYZ 5.83 5.77 18.89 -
YUV 59.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 18 69 121 0.85 0.43 0 0.53 210.29 0.74 0.27
Hex 12 45 79 55 2B 0 35 D2 4A 1B
Octal 22 105 171 125 53 0 65 322 112 33
Binary 10010 1000101 1111001 1010101 101011 0 110101 11010010 1001010 11011

Color Harmonies of #124579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124579

Black with #124579

Text Example


Text Example

White with #124579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124579; }

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

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

background-color css

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

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

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

border-color css

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

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

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