Html Css Color HEX #095966 Blue Lagoon

📋 copy color: '#095966'

red 9 ◦ green 89 ◦ blue 102

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

Shades of Blue Lagoon #095966

Tints of Blue Lagoon #095966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.5%

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

R = 4.5%
G = 44.5%
B = 51%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#095966 (or 0x095966) is known color: Blue Lagoon. HEX triplet: 09, 59 and 66. RGB value is (9,89,102). Sum of RGB (Red+Green+Blue) = 9+89+102=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #095966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095966 is #F6A699. Grayscale: #424242. Windows color (decimal): -16164506 or 6707465. OLE color: 6707465.

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

Color convert

RGB 9 89 102 -
CMYK 0.91 0.13 0 0.6
HSL 188.39º 0.84% 0.22% -
HSV(B) 188.39º 0.91% 0.4% -
XYZ 6.08 8.16 13.83 -
YUV 66.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 9 89 102 0.91 0.13 0 0.6 188.39 0.84 0.22
Hex 9 59 66 5B D 0 3C BC 54 16
Octal 11 131 146 133 15 0 74 274 124 26
Binary 1001 1011001 1100110 1011011 1101 0 111100 10111100 1010100 10110

Color Harmonies of #095966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095966

Black with #095966

Text Example


Text Example

White with #095966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095966; }

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

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

background-color css

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

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

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

border-color css

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

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

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