Html Css Color HEX #096271 Blue Lagoon

📋 copy color: '#096271'

red 9 ◦ green 98 ◦ blue 113

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

Shades of Blue Lagoon #096271

Tints of Blue Lagoon #096271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.36%

R = 4.09%
G = 44.55%
B = 51.36%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096271 (or 0x096271) is known color: Blue Lagoon. HEX triplet: 09, 62 and 71. RGB value is (9,98,113). Sum of RGB (Red+Green+Blue) = 9+98+113=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #096271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096271 is #F69D8E. Grayscale: #484848. Windows color (decimal): -16162191 or 7430665. OLE color: 7430665.

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

Color convert

RGB 9 98 113 -
CMYK 0.92 0.13 0 0.56
HSL 188.65º 0.85% 0.24% -
HSV(B) 188.65º 0.92% 0.44% -
XYZ 7.46 9.99 17.16 -
YUV 73.1 150.51 82.28 -
System Red Green Blue C M Y K H S L
Decimal 9 98 113 0.92 0.13 0 0.56 188.65 0.85 0.24
Hex 9 62 71 5C D 0 38 BD 55 18
Octal 11 142 161 134 15 0 70 275 125 30
Binary 1001 1100010 1110001 1011100 1101 0 111000 10111101 1010101 11000

Color Harmonies of #096271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096271

Black with #096271

Text Example


Text Example

White with #096271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096271; }

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

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

background-color css

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

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

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

border-color css

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

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

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