Html Css Color HEX #125079 Dark Cerulean

📋 copy color: '#125079'

red 18 ◦ green 80 ◦ blue 121

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

Shades of Dark Cerulean #125079

Tints of Dark Cerulean #125079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

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

R = 8.22%
G = 36.53%
B = 55.25%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#125079 (or 0x125079) is known color: Dark Cerulean. HEX triplet: 12, 50 and 79. RGB value is (18,80,121). Sum of RGB (Red+Green+Blue) = 18+80+121=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #125079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125079 is #EDAF86. Grayscale: #414141. Windows color (decimal): -15576967 or 7950354. OLE color: 7950354.

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

Color convert

RGB 18 80 121 -
CMYK 0.85 0.34 0 0.53
HSL 203.88º 0.74% 0.27% -
HSV(B) 203.88º 0.85% 0.47% -
XYZ 6.57 7.25 19.14 -
YUV 66.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 18 80 121 0.85 0.34 0 0.53 203.88 0.74 0.27
Hex 12 50 79 55 22 0 35 CC 4A 1B
Octal 22 120 171 125 42 0 65 314 112 33
Binary 10010 1010000 1111001 1010101 100010 0 110101 11001100 1001010 11011

Color Harmonies of #125079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125079

Black with #125079

Text Example


Text Example

White with #125079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125079; }

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

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

background-color css

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

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

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

border-color css

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

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

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