Html Css Color HEX #096471 Blue Lagoon

📋 copy color: '#096471'

red 9 ◦ green 100 ◦ blue 113

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

Shades of Blue Lagoon #096471

Tints of Blue Lagoon #096471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.05%

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

R = 4.05%
G = 45.05%
B = 50.9%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096471 (or 0x096471) is known color: Blue Lagoon. HEX triplet: 09, 64 and 71. RGB value is (9,100,113). Sum of RGB (Red+Green+Blue) = 9+100+113=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #096471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096471 is #F69B8E. Grayscale: #4A4A4A. Windows color (decimal): -16161679 or 7431177. OLE color: 7431177.

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

Color convert

RGB 9 100 113 -
CMYK 0.92 0.12 0 0.56
HSL 187.5º 0.85% 0.24% -
HSV(B) 187.5º 0.92% 0.44% -
XYZ 7.65 10.36 17.22 -
YUV 74.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 9 100 113 0.92 0.12 0 0.56 187.5 0.85 0.24
Hex 9 64 71 5C C 0 38 BC 55 18
Octal 11 144 161 134 14 0 70 274 125 30
Binary 1001 1100100 1110001 1011100 1100 0 111000 10111100 1010101 11000

Color Harmonies of #096471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096471

Black with #096471

Text Example


Text Example

White with #096471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096471; }

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

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

background-color css

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

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

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

border-color css

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

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

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