Html Css Color HEX #096476 Blue Lagoon

📋 copy color: '#096476'

red 9 ◦ green 100 ◦ blue 118

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

Shades of Blue Lagoon #096476

Tints of Blue Lagoon #096476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.05%

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

R = 3.96%
G = 44.05%
B = 51.98%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096476 (or 0x096476) is known color: Blue Lagoon. HEX triplet: 09, 64 and 76. RGB value is (9,100,118). Sum of RGB (Red+Green+Blue) = 9+100+118=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #096476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096476 is #F69B89. Grayscale: #4A4A4A. Windows color (decimal): -16161674 or 7758857. OLE color: 7758857.

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

Color convert

RGB 9 100 118 -
CMYK 0.92 0.15 0 0.54
HSL 189.91º 0.86% 0.25% -
HSV(B) 189.91º 0.92% 0.46% -
XYZ 7.94 10.48 18.74 -
YUV 74.84 152.35 81.04 -
System Red Green Blue C M Y K H S L
Decimal 9 100 118 0.92 0.15 0 0.54 189.91 0.86 0.25
Hex 9 64 76 5C F 0 36 BE 56 19
Octal 11 144 166 134 17 0 66 276 126 31
Binary 1001 1100100 1110110 1011100 1111 0 110110 10111110 1010110 11001

Color Harmonies of #096476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096476

Black with #096476

Text Example


Text Example

White with #096476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096476; }

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

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

background-color css

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

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

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

border-color css

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

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

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