Html Css Color HEX #096072 Blue Lagoon

📋 copy color: '#096072'

red 9 ◦ green 96 ◦ blue 114

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

Shades of Blue Lagoon #096072

Tints of Blue Lagoon #096072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 4.11%
G = 43.84%
B = 52.05%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096072 (or 0x096072) is known color: Blue Lagoon. HEX triplet: 09, 60 and 72. RGB value is (9,96,114). Sum of RGB (Red+Green+Blue) = 9+96+114=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #096072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096072 is #F69F8D. Grayscale: #474747. Windows color (decimal): -16162702 or 7495689. OLE color: 7495689.

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

Color convert

RGB 9 96 114 -
CMYK 0.92 0.16 0 0.55
HSL 190.29º 0.85% 0.24% -
HSV(B) 190.29º 0.92% 0.45% -
XYZ 7.33 9.64 17.39 -
YUV 72.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 9 96 114 0.92 0.16 0 0.55 190.29 0.85 0.24
Hex 9 60 72 5C 10 0 37 BE 55 18
Octal 11 140 162 134 20 0 67 276 125 30
Binary 1001 1100000 1110010 1011100 10000 0 110111 10111110 1010101 11000

Color Harmonies of #096072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096072

Black with #096072

Text Example


Text Example

White with #096072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096072; }

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

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

background-color css

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

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

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

border-color css

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

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

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