Html Css Color HEX #096166 Blue Lagoon

📋 copy color: '#096166'

red 9 ◦ green 97 ◦ blue 102

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

Shades of Blue Lagoon #096166

Tints of Blue Lagoon #096166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.63%

 BLUE value IS 102 (40.23% from 255) = 49.04%

R = 4.33%
G = 46.63%
B = 49.04%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#096166 (or 0x096166) is known color: Blue Lagoon. HEX triplet: 09, 61 and 66. RGB value is (9,97,102). Sum of RGB (Red+Green+Blue) = 9+97+102=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #096166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096166 is #F69E99. Grayscale: #474747. Windows color (decimal): -16162458 or 6709513. OLE color: 6709513.

HSL color Cylindrical-coordinate representation of color #096166: hue angle of 183.23º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096166 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 97 102 -
CMYK 0.91 0.05 0 0.6
HSL 183.23º 0.84% 0.22% -
HSV(B) 183.23º 0.91% 0.4% -
XYZ 6.79 9.57 14.06 -
YUV 71.26 145.35 83.59 -
System Red Green Blue C M Y K H S L
Decimal 9 97 102 0.91 0.05 0 0.6 183.23 0.84 0.22
Hex 9 61 66 5B 5 0 3C B7 54 16
Octal 11 141 146 133 5 0 74 267 124 26
Binary 1001 1100001 1100110 1011011 101 0 111100 10110111 1010100 10110

Color Harmonies of #096166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096166

Black with #096166

Text Example


Text Example

White with #096166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096166; }

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

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

background-color css

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

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

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

border-color css

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

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

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