Html Css Color HEX #096272 Blue Lagoon

📋 copy color: '#096272'

red 9 ◦ green 98 ◦ blue 114

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

Shades of Blue Lagoon #096272

Tints of Blue Lagoon #096272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.34%

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

R = 4.07%
G = 44.34%
B = 51.58%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096272 (or 0x096272) is known color: Blue Lagoon. HEX triplet: 09, 62 and 72. RGB value is (9,98,114). Sum of RGB (Red+Green+Blue) = 9+98+114=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #096272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096272 is #F69D8D. Grayscale: #494949. Windows color (decimal): -16162190 or 7496201. OLE color: 7496201.

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

Color convert

RGB 9 98 114 -
CMYK 0.92 0.14 0 0.55
HSL 189.14º 0.85% 0.24% -
HSV(B) 189.14º 0.92% 0.45% -
XYZ 7.52 10.01 17.46 -
YUV 73.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 9 98 114 0.92 0.14 0 0.55 189.14 0.85 0.24
Hex 9 62 72 5C E 0 37 BD 55 18
Octal 11 142 162 134 16 0 67 275 125 30
Binary 1001 1100010 1110010 1011100 1110 0 110111 10111101 1010101 11000

Color Harmonies of #096272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096272

Black with #096272

Text Example


Text Example

White with #096272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096272; }

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

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

background-color css

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

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

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

border-color css

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

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

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