Html Css Color HEX #096776 Blue Lagoon

📋 copy color: '#096776'

red 9 ◦ green 103 ◦ blue 118

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

Shades of Blue Lagoon #096776

Tints of Blue Lagoon #096776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 3.91%
G = 44.78%
B = 51.3%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096776 (or 0x096776) is known color: Blue Lagoon. HEX triplet: 09, 67 and 76. RGB value is (9,103,118). Sum of RGB (Red+Green+Blue) = 9+103+118=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #096776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096776 is #F69889. Grayscale: #4C4C4C. Windows color (decimal): -16160906 or 7759625. OLE color: 7759625.

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

Color convert

RGB 9 103 118 -
CMYK 0.92 0.13 0 0.54
HSL 188.26º 0.86% 0.25% -
HSV(B) 188.26º 0.92% 0.46% -
XYZ 8.23 11.07 18.84 -
YUV 76.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 9 103 118 0.92 0.13 0 0.54 188.26 0.86 0.25
Hex 9 67 76 5C D 0 36 BC 56 19
Octal 11 147 166 134 15 0 66 274 126 31
Binary 1001 1100111 1110110 1011100 1101 0 110110 10111100 1010110 11001

Color Harmonies of #096776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096776

Black with #096776

Text Example


Text Example

White with #096776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096776; }

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

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

background-color css

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

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

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

border-color css

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

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

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