Html Css Color HEX #096071 Blue Lagoon

📋 copy color: '#096071'

red 9 ◦ green 96 ◦ blue 113

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

Shades of Blue Lagoon #096071

Tints of Blue Lagoon #096071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

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

R = 4.13%
G = 44.04%
B = 51.83%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096071 (or 0x096071) is known color: Blue Lagoon. HEX triplet: 09, 60 and 71. RGB value is (9,96,113). Sum of RGB (Red+Green+Blue) = 9+96+113=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #096071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096071 is #F69F8E. Grayscale: #474747. Windows color (decimal): -16162703 or 7430153. OLE color: 7430153.

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

Color convert

RGB 9 96 113 -
CMYK 0.92 0.15 0 0.56
HSL 189.81º 0.85% 0.24% -
HSV(B) 189.81º 0.92% 0.44% -
XYZ 7.28 9.62 17.1 -
YUV 71.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 9 96 113 0.92 0.15 0 0.56 189.81 0.85 0.24
Hex 9 60 71 5C F 0 38 BE 55 18
Octal 11 140 161 134 17 0 70 276 125 30
Binary 1001 1100000 1110001 1011100 1111 0 111000 10111110 1010101 11000

Color Harmonies of #096071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096071

Black with #096071

Text Example


Text Example

White with #096071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096071; }

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

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

background-color css

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

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

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

border-color css

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

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

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