Html Css Color HEX #095079 Dark Cerulean

📋 copy color: '#095079'

red 9 ◦ green 80 ◦ blue 121

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

Shades of Dark Cerulean #095079

Tints of Dark Cerulean #095079

RGB

 RED value IS 9 (3.91% from 255) = 4.29%

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

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

R = 4.29%
G = 38.1%
B = 57.62%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095079 (or 0x095079) is known color: Dark Cerulean. HEX triplet: 09, 50 and 79. RGB value is (9,80,121). Sum of RGB (Red+Green+Blue) = 9+80+121=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #095079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095079 is #F6AF86. Grayscale: #3F3F3F. Windows color (decimal): -16166791 or 7950345. OLE color: 7950345.

HSL color Cylindrical-coordinate representation of color #095079: hue angle of 201.96º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095079 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 80 121 -
CMYK 0.93 0.34 0 0.53
HSL 201.96º 0.86% 0.25% -
HSV(B) 201.96º 0.93% 0.47% -
XYZ 6.43 7.18 19.14 -
YUV 63.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 9 80 121 0.93 0.34 0 0.53 201.96 0.86 0.25
Hex 9 50 79 5D 22 0 35 CA 56 19
Octal 11 120 171 135 42 0 65 312 126 31
Binary 1001 1010000 1111001 1011101 100010 0 110101 11001010 1010110 11001

Color Harmonies of #095079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095079

Black with #095079

Text Example


Text Example

White with #095079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095079; }

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

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

background-color css

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

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

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

border-color css

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

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

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