Html Css Color HEX #096672 Blue Lagoon

📋 copy color: '#096672'

red 9 ◦ green 102 ◦ blue 114

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

Shades of Blue Lagoon #096672

Tints of Blue Lagoon #096672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 4%
G = 45.33%
B = 50.67%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096672 (or 0x096672) is known color: Blue Lagoon. HEX triplet: 09, 66 and 72. RGB value is (9,102,114). Sum of RGB (Red+Green+Blue) = 9+102+114=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #096672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096672 is #F6998D. Grayscale: #4B4B4B. Windows color (decimal): -16161166 or 7497225. OLE color: 7497225.

HSL color Cylindrical-coordinate representation of color #096672: hue angle of 186.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096672 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 102 114 -
CMYK 0.92 0.11 0 0.55
HSL 186.86º 0.85% 0.24% -
HSV(B) 186.86º 0.92% 0.45% -
XYZ 7.9 10.78 17.58 -
YUV 75.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 9 102 114 0.92 0.11 0 0.55 186.86 0.85 0.24
Hex 9 66 72 5C B 0 37 BB 55 18
Octal 11 146 162 134 13 0 67 273 125 30
Binary 1001 1100110 1110010 1011100 1011 0 110111 10111011 1010101 11000

Color Harmonies of #096672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096672

Black with #096672

Text Example


Text Example

White with #096672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096672; }

 p { color: rgb(9,102,114); }

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

background-color css

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

 a { background-color: rgb(9,102,114); }

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

border-color css

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

 span { border-color: rgb(9,102,114); }

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