Html Css Color HEX #095977 Blue Lagoon

📋 copy color: '#095977'

red 9 ◦ green 89 ◦ blue 119

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

Shades of Blue Lagoon #095977

Tints of Blue Lagoon #095977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 4.15%
G = 41.01%
B = 54.84%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095977 (or 0x095977) is known color: Blue Lagoon. HEX triplet: 09, 59 and 77. RGB value is (9,89,119). Sum of RGB (Red+Green+Blue) = 9+89+119=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #095977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095977 is #F6A688. Grayscale: #444444. Windows color (decimal): -16164489 or 7821577. OLE color: 7821577.

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

Color convert

RGB 9 89 119 -
CMYK 0.92 0.25 0 0.53
HSL 196.36º 0.86% 0.25% -
HSV(B) 196.36º 0.92% 0.47% -
XYZ 7.01 8.53 18.73 -
YUV 68.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 9 89 119 0.92 0.25 0 0.53 196.36 0.86 0.25
Hex 9 59 77 5C 19 0 35 C4 56 19
Octal 11 131 167 134 31 0 65 304 126 31
Binary 1001 1011001 1110111 1011100 11001 0 110101 11000100 1010110 11001

Color Harmonies of #095977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095977

Black with #095977

Text Example


Text Example

White with #095977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095977; }

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

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

background-color css

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

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

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

border-color css

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

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

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