Html Css Color HEX #096573 Blue Lagoon

📋 copy color: '#096573'

red 9 ◦ green 101 ◦ blue 115

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

Shades of Blue Lagoon #096573

Tints of Blue Lagoon #096573

RGB

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

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

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

R = 4%
G = 44.89%
B = 51.11%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096573 (or 0x096573) is known color: Blue Lagoon. HEX triplet: 09, 65 and 73. RGB value is (9,101,115). Sum of RGB (Red+Green+Blue) = 9+101+115=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #096573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096573 is #F69A8C. Grayscale: #4A4A4A. Windows color (decimal): -16161421 or 7562505. OLE color: 7562505.

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

Color convert

RGB 9 101 115 -
CMYK 0.92 0.12 0 0.55
HSL 187.92º 0.85% 0.24% -
HSV(B) 187.92º 0.92% 0.45% -
XYZ 7.86 10.6 17.85 -
YUV 75.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 9 101 115 0.92 0.12 0 0.55 187.92 0.85 0.24
Hex 9 65 73 5C C 0 37 BC 55 18
Octal 11 145 163 134 14 0 67 274 125 30
Binary 1001 1100101 1110011 1011100 1100 0 110111 10111100 1010101 11000

Color Harmonies of #096573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096573

Black with #096573

Text Example


Text Example

White with #096573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096573; }

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

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

background-color css

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

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

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

border-color css

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

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

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