Html Css Color HEX #096066 Blue Lagoon

📋 copy color: '#096066'

red 9 ◦ green 96 ◦ blue 102

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

Shades of Blue Lagoon #096066

Tints of Blue Lagoon #096066

RGB

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

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

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

R = 4.35%
G = 46.38%
B = 49.28%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#096066 (or 0x096066) is known color: Blue Lagoon. HEX triplet: 09, 60 and 66. RGB value is (9,96,102). Sum of RGB (Red+Green+Blue) = 9+96+102=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #096066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096066 is #F69F99. Grayscale: #464646. Windows color (decimal): -16162714 or 6709257. OLE color: 6709257.

HSL color Cylindrical-coordinate representation of color #096066: hue angle of 183.87º 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 #096066 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 96 102 -
CMYK 0.91 0.06 0 0.6
HSL 183.87º 0.84% 0.22% -
HSV(B) 183.87º 0.91% 0.4% -
XYZ 6.69 9.38 14.03 -
YUV 70.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 9 96 102 0.91 0.06 0 0.6 183.87 0.84 0.22
Hex 9 60 66 5B 6 0 3C B8 54 16
Octal 11 140 146 133 6 0 74 270 124 26
Binary 1001 1100000 1100110 1011011 110 0 111100 10111000 1010100 10110

Color Harmonies of #096066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096066

Black with #096066

Text Example


Text Example

White with #096066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096066; }

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

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

background-color css

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

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

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

border-color css

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

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

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