Html Css Color HEX #096777 Blue Lagoon

📋 copy color: '#096777'

red 9 ◦ green 103 ◦ blue 119

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

Shades of Blue Lagoon #096777

Tints of Blue Lagoon #096777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

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

R = 3.9%
G = 44.59%
B = 51.52%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096777 (or 0x096777) is known color: Blue Lagoon. HEX triplet: 09, 67 and 77. RGB value is (9,103,119). Sum of RGB (Red+Green+Blue) = 9+103+119=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #096777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096777 is #F69888. Grayscale: #4C4C4C. Windows color (decimal): -16160905 or 7825161. OLE color: 7825161.

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

Color convert

RGB 9 103 119 -
CMYK 0.92 0.13 0 0.53
HSL 188.73º 0.86% 0.25% -
HSV(B) 188.73º 0.92% 0.47% -
XYZ 8.29 11.09 19.16 -
YUV 76.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 9 103 119 0.92 0.13 0 0.53 188.73 0.86 0.25
Hex 9 67 77 5C D 0 35 BD 56 19
Octal 11 147 167 134 15 0 65 275 126 31
Binary 1001 1100111 1110111 1011100 1101 0 110101 10111101 1010110 11001

Color Harmonies of #096777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096777

Black with #096777

Text Example


Text Example

White with #096777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096777; }

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

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

background-color css

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

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

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

border-color css

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

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

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