Html Css Color HEX #095979 Blue Lagoon

📋 copy color: '#095979'

red 9 ◦ green 89 ◦ blue 121

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

Shades of Blue Lagoon #095979

Tints of Blue Lagoon #095979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.64%

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

R = 4.11%
G = 40.64%
B = 55.25%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095979 (or 0x095979) is known color: Blue Lagoon. HEX triplet: 09, 59 and 79. RGB value is (9,89,121). Sum of RGB (Red+Green+Blue) = 9+89+121=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 89 (35.16% from 255 or 40.64% 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 #095979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095979 is #F6A686. Grayscale: #444444. Windows color (decimal): -16164487 or 7952649. OLE color: 7952649.

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

Color convert

RGB 9 89 121 -
CMYK 0.93 0.26 0 0.53
HSL 197.14º 0.86% 0.25% -
HSV(B) 197.14º 0.93% 0.47% -
XYZ 7.14 8.58 19.37 -
YUV 68.73 157.5 85.4 -
System Red Green Blue C M Y K H S L
Decimal 9 89 121 0.93 0.26 0 0.53 197.14 0.86 0.25
Hex 9 59 79 5D 1A 0 35 C5 56 19
Octal 11 131 171 135 32 0 65 305 126 31
Binary 1001 1011001 1111001 1011101 11010 0 110101 11000101 1010110 11001

Color Harmonies of #095979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095979

Black with #095979

Text Example


Text Example

White with #095979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095979; }

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

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

background-color css

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

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

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

border-color css

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

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

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