Html Css Color HEX #096973 Blue Lagoon

📋 copy color: '#096973'

red 9 ◦ green 105 ◦ blue 115

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

Shades of Blue Lagoon #096973

Tints of Blue Lagoon #096973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 3.93%
G = 45.85%
B = 50.22%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096973 (or 0x096973) is known color: Blue Lagoon. HEX triplet: 09, 69 and 73. RGB value is (9,105,115). Sum of RGB (Red+Green+Blue) = 9+105+115=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #096973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096973 is #F6968C. Grayscale: #4D4D4D. Windows color (decimal): -16160397 or 7563529. OLE color: 7563529.

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

Color convert

RGB 9 105 115 -
CMYK 0.92 0.09 0 0.55
HSL 185.66º 0.85% 0.24% -
HSV(B) 185.66º 0.92% 0.45% -
XYZ 8.26 11.4 17.98 -
YUV 77.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 9 105 115 0.92 0.09 0 0.55 185.66 0.85 0.24
Hex 9 69 73 5C 9 0 37 BA 55 18
Octal 11 151 163 134 11 0 67 272 125 30
Binary 1001 1101001 1110011 1011100 1001 0 110111 10111010 1010101 11000

Color Harmonies of #096973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096973

Black with #096973

Text Example


Text Example

White with #096973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096973; }

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

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

background-color css

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

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

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

border-color css

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

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

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