Html Css Color HEX #096366 Blue Lagoon

📋 copy color: '#096366'

red 9 ◦ green 99 ◦ blue 102

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

Shades of Blue Lagoon #096366

Tints of Blue Lagoon #096366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.14%

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

R = 4.29%
G = 47.14%
B = 48.57%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#096366 (or 0x096366) is known color: Blue Lagoon. HEX triplet: 09, 63 and 66. RGB value is (9,99,102). Sum of RGB (Red+Green+Blue) = 9+99+102=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #096366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096366 is #F69C99. Grayscale: #484848. Windows color (decimal): -16161946 or 6710025. OLE color: 6710025.

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

Color convert

RGB 9 99 102 -
CMYK 0.91 0.03 0 0.6
HSL 181.94º 0.84% 0.22% -
HSV(B) 181.94º 0.91% 0.4% -
XYZ 6.97 9.94 14.12 -
YUV 72.43 144.68 82.76 -
System Red Green Blue C M Y K H S L
Decimal 9 99 102 0.91 0.03 0 0.6 181.94 0.84 0.22
Hex 9 63 66 5B 3 0 3C B6 54 16
Octal 11 143 146 133 3 0 74 266 124 26
Binary 1001 1100011 1100110 1011011 11 0 111100 10110110 1010100 10110

Color Harmonies of #096366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096366

Black with #096366

Text Example


Text Example

White with #096366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096366; }

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

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

background-color css

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

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

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

border-color css

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

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

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