Html Css Color HEX #096276 Blue Lagoon

📋 copy color: '#096276'

red 9 ◦ green 98 ◦ blue 118

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

Shades of Blue Lagoon #096276

Tints of Blue Lagoon #096276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.56%

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 4%
G = 43.56%
B = 52.44%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096276 (or 0x096276) is known color: Blue Lagoon. HEX triplet: 09, 62 and 76. RGB value is (9,98,118). Sum of RGB (Red+Green+Blue) = 9+98+118=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #096276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096276 is #F69D89. Grayscale: #494949. Windows color (decimal): -16162186 or 7758345. OLE color: 7758345.

HSL color Cylindrical-coordinate representation of color #096276: hue angle of 191.01º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096276 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 98 118 -
CMYK 0.92 0.17 0 0.54
HSL 191.01º 0.86% 0.25% -
HSV(B) 191.01º 0.92% 0.46% -
XYZ 7.75 10.1 18.68 -
YUV 73.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 9 98 118 0.92 0.17 0 0.54 191.01 0.86 0.25
Hex 9 62 76 5C 11 0 36 BF 56 19
Octal 11 142 166 134 21 0 66 277 126 31
Binary 1001 1100010 1110110 1011100 10001 0 110110 10111111 1010110 11001

Color Harmonies of #096276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096276

Black with #096276

Text Example


Text Example

White with #096276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096276; }

 p { color: rgb(9,98,118); }

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

background-color css

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

 a { background-color: rgb(9,98,118); }

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

border-color css

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

 span { border-color: rgb(9,98,118); }

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