Html Css Color HEX #096076 Blue Lagoon

📋 copy color: '#096076'

red 9 ◦ green 96 ◦ blue 118

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

Shades of Blue Lagoon #096076

Tints of Blue Lagoon #096076

RGB

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

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

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

R = 4.04%
G = 43.05%
B = 52.91%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096076 (or 0x096076) is known color: Blue Lagoon. HEX triplet: 09, 60 and 76. RGB value is (9,96,118). Sum of RGB (Red+Green+Blue) = 9+96+118=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #096076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096076 is #F69F89. Grayscale: #484848. Windows color (decimal): -16162698 or 7757833. OLE color: 7757833.

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

Color convert

RGB 9 96 118 -
CMYK 0.92 0.19 0 0.54
HSL 192.11º 0.86% 0.25% -
HSV(B) 192.11º 0.92% 0.46% -
XYZ 7.57 9.73 18.62 -
YUV 72.5 153.68 82.71 -
System Red Green Blue C M Y K H S L
Decimal 9 96 118 0.92 0.19 0 0.54 192.11 0.86 0.25
Hex 9 60 76 5C 13 0 36 C0 56 19
Octal 11 140 166 134 23 0 66 300 126 31
Binary 1001 1100000 1110110 1011100 10011 0 110110 11000000 1010110 11001

Color Harmonies of #096076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096076

Black with #096076

Text Example


Text Example

White with #096076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096076; }

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

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

background-color css

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

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

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

border-color css

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

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

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