Html Css Color HEX #096977 Blue Lagoon

📋 copy color: '#096977'

red 9 ◦ green 105 ◦ blue 119

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

Shades of Blue Lagoon #096977

Tints of Blue Lagoon #096977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.06%

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

R = 3.86%
G = 45.06%
B = 51.07%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096977 (or 0x096977) is known color: Blue Lagoon. HEX triplet: 09, 69 and 77. RGB value is (9,105,119). Sum of RGB (Red+Green+Blue) = 9+105+119=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #096977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096977 is #F69688. Grayscale: #4D4D4D. Windows color (decimal): -16160393 or 7825673. OLE color: 7825673.

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

Color convert

RGB 9 105 119 -
CMYK 0.92 0.12 0 0.53
HSL 187.64º 0.86% 0.25% -
HSV(B) 187.64º 0.92% 0.47% -
XYZ 8.49 11.49 19.22 -
YUV 77.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 9 105 119 0.92 0.12 0 0.53 187.64 0.86 0.25
Hex 9 69 77 5C C 0 35 BC 56 19
Octal 11 151 167 134 14 0 65 274 126 31
Binary 1001 1101001 1110111 1011100 1100 0 110101 10111100 1010110 11001

Color Harmonies of #096977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096977

Black with #096977

Text Example


Text Example

White with #096977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096977; }

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

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

background-color css

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

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

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

border-color css

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

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

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