Html Css Color HEX #096971 Blue Lagoon

📋 copy color: '#096971'

red 9 ◦ green 105 ◦ blue 113

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

Shades of Blue Lagoon #096971

Tints of Blue Lagoon #096971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

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

R = 3.96%
G = 46.26%
B = 49.78%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096971 (or 0x096971) is known color: Blue Lagoon. HEX triplet: 09, 69 and 71. RGB value is (9,105,113). Sum of RGB (Red+Green+Blue) = 9+105+113=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #096971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096971 is #F6968E. Grayscale: #4D4D4D. Windows color (decimal): -16160399 or 7432457. OLE color: 7432457.

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

Color convert

RGB 9 105 113 -
CMYK 0.92 0.07 0 0.56
HSL 184.62º 0.85% 0.24% -
HSV(B) 184.62º 0.92% 0.44% -
XYZ 8.14 11.35 17.38 -
YUV 77.21 148.2 79.35 -
System Red Green Blue C M Y K H S L
Decimal 9 105 113 0.92 0.07 0 0.56 184.62 0.85 0.24
Hex 9 69 71 5C 7 0 38 B9 55 18
Octal 11 151 161 134 7 0 70 271 125 30
Binary 1001 1101001 1110001 1011100 111 0 111000 10111001 1010101 11000

Color Harmonies of #096971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096971

Black with #096971

Text Example


Text Example

White with #096971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096971; }

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

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

background-color css

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

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

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

border-color css

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

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

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