Html Css Color HEX #096571 Blue Lagoon

📋 copy color: '#096571'

red 9 ◦ green 101 ◦ blue 113

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

Shades of Blue Lagoon #096571

Tints of Blue Lagoon #096571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.29%

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

R = 4.04%
G = 45.29%
B = 50.67%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096571 (or 0x096571) is known color: Blue Lagoon. HEX triplet: 09, 65 and 71. RGB value is (9,101,113). Sum of RGB (Red+Green+Blue) = 9+101+113=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #096571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096571 is #F69A8E. Grayscale: #4A4A4A. Windows color (decimal): -16161423 or 7431433. OLE color: 7431433.

HSL color Cylindrical-coordinate representation of color #096571: hue angle of 186.92º 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 #096571 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 101 113 -
CMYK 0.92 0.11 0 0.56
HSL 186.92º 0.85% 0.24% -
HSV(B) 186.92º 0.92% 0.44% -
XYZ 7.75 10.56 17.25 -
YUV 74.86 149.52 81.02 -
System Red Green Blue C M Y K H S L
Decimal 9 101 113 0.92 0.11 0 0.56 186.92 0.85 0.24
Hex 9 65 71 5C B 0 38 BB 55 18
Octal 11 145 161 134 13 0 70 273 125 30
Binary 1001 1100101 1110001 1011100 1011 0 111000 10111011 1010101 11000

Color Harmonies of #096571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096571

Black with #096571

Text Example


Text Example

White with #096571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096571; }

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

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

background-color css

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

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

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

border-color css

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

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

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