Html Css Color HEX #096077 Blue Lagoon

📋 copy color: '#096077'

red 9 ◦ green 96 ◦ blue 119

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

Shades of Blue Lagoon #096077

Tints of Blue Lagoon #096077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

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

R = 4.02%
G = 42.86%
B = 53.13%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096077 (or 0x096077) is known color: Blue Lagoon. HEX triplet: 09, 60 and 77. RGB value is (9,96,119). Sum of RGB (Red+Green+Blue) = 9+96+119=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #096077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096077 is #F69F88. Grayscale: #484848. Windows color (decimal): -16162697 or 7823369. OLE color: 7823369.

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

Color convert

RGB 9 96 119 -
CMYK 0.92 0.19 0 0.53
HSL 192.55º 0.86% 0.25% -
HSV(B) 192.55º 0.92% 0.47% -
XYZ 7.63 9.76 18.93 -
YUV 72.61 154.18 82.63 -
System Red Green Blue C M Y K H S L
Decimal 9 96 119 0.92 0.19 0 0.53 192.55 0.86 0.25
Hex 9 60 77 5C 13 0 35 C1 56 19
Octal 11 140 167 134 23 0 65 301 126 31
Binary 1001 1100000 1110111 1011100 10011 0 110101 11000001 1010110 11001

Color Harmonies of #096077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096077

Black with #096077

Text Example


Text Example

White with #096077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096077; }

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

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

background-color css

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

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

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

border-color css

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

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

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