Html Css Color HEX #096871 Blue Lagoon

📋 copy color: '#096871'

red 9 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #096871

Tints of Blue Lagoon #096871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.02%

 BLUE value IS 113 (44.53% from 255) = 50%

R = 3.98%
G = 46.02%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096871 (or 0x096871) is known color: Blue Lagoon. HEX triplet: 09, 68 and 71. RGB value is (9,104,113). Sum of RGB (Red+Green+Blue) = 9+104+113=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #096871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096871 is #F6978E. Grayscale: #4C4C4C. Windows color (decimal): -16160655 or 7432201. OLE color: 7432201.

HSL color Cylindrical-coordinate representation of color #096871: hue angle of 185.19º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096871 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 104 113 -
CMYK 0.92 0.08 0 0.56
HSL 185.19º 0.85% 0.24% -
HSV(B) 185.19º 0.92% 0.44% -
XYZ 8.04 11.15 17.35 -
YUV 76.62 148.53 79.77 -
System Red Green Blue C M Y K H S L
Decimal 9 104 113 0.92 0.08 0 0.56 185.19 0.85 0.24
Hex 9 68 71 5C 8 0 38 B9 55 18
Octal 11 150 161 134 10 0 70 271 125 30
Binary 1001 1101000 1110001 1011100 1000 0 111000 10111001 1010101 11000

Color Harmonies of #096871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096871

Black with #096871

Text Example


Text Example

White with #096871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096871; }

 p { color: rgb(9,104,113); }

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

background-color css

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

 a { background-color: rgb(9,104,113); }

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

border-color css

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

 span { border-color: rgb(9,104,113); }

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