Html Css Color HEX #096073 Blue Lagoon

📋 copy color: '#096073'

red 9 ◦ green 96 ◦ blue 115

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

Shades of Blue Lagoon #096073

Tints of Blue Lagoon #096073

RGB

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

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

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

R = 4.09%
G = 43.64%
B = 52.27%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096073 (or 0x096073) is known color: Blue Lagoon. HEX triplet: 09, 60 and 73. RGB value is (9,96,115). Sum of RGB (Red+Green+Blue) = 9+96+115=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #096073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096073 is #F69F8C. Grayscale: #474747. Windows color (decimal): -16162701 or 7561225. OLE color: 7561225.

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

Color convert

RGB 9 96 115 -
CMYK 0.92 0.17 0 0.55
HSL 190.75º 0.85% 0.24% -
HSV(B) 190.75º 0.92% 0.45% -
XYZ 7.39 9.66 17.7 -
YUV 72.15 152.18 82.96 -
System Red Green Blue C M Y K H S L
Decimal 9 96 115 0.92 0.17 0 0.55 190.75 0.85 0.24
Hex 9 60 73 5C 11 0 37 BF 55 18
Octal 11 140 163 134 21 0 67 277 125 30
Binary 1001 1100000 1110011 1011100 10001 0 110111 10111111 1010101 11000

Color Harmonies of #096073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096073

Black with #096073

Text Example


Text Example

White with #096073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096073; }

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

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

background-color css

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

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

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

border-color css

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

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

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