Html Css Color HEX #096470 Blue Lagoon

📋 copy color: '#096470'

red 9 ◦ green 100 ◦ blue 112

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

Shades of Blue Lagoon #096470

Tints of Blue Lagoon #096470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 4.07%
G = 45.25%
B = 50.68%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096470 (or 0x096470) is known color: Blue Lagoon. HEX triplet: 09, 64 and 70. RGB value is (9,100,112). Sum of RGB (Red+Green+Blue) = 9+100+112=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #096470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096470 is #F69B8F. Grayscale: #4A4A4A. Windows color (decimal): -16161680 or 7365641. OLE color: 7365641.

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

Color convert

RGB 9 100 112 -
CMYK 0.92 0.11 0 0.56
HSL 186.99º 0.85% 0.24% -
HSV(B) 186.99º 0.92% 0.44% -
XYZ 7.59 10.34 16.93 -
YUV 74.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 9 100 112 0.92 0.11 0 0.56 186.99 0.85 0.24
Hex 9 64 70 5C B 0 38 BB 55 18
Octal 11 144 160 134 13 0 70 273 125 30
Binary 1001 1100100 1110000 1011100 1011 0 111000 10111011 1010101 11000

Color Harmonies of #096470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096470

Black with #096470

Text Example


Text Example

White with #096470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096470; }

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

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

background-color css

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

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

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

border-color css

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

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

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