Html Css Color HEX #096770 Blue Lagoon

📋 copy color: '#096770'

red 9 ◦ green 103 ◦ blue 112

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

Shades of Blue Lagoon #096770

Tints of Blue Lagoon #096770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.98%

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

R = 4.02%
G = 45.98%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096770 (or 0x096770) is known color: Blue Lagoon. HEX triplet: 09, 67 and 70. RGB value is (9,103,112). Sum of RGB (Red+Green+Blue) = 9+103+112=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #096770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096770 is #F6988F. Grayscale: #4B4B4B. Windows color (decimal): -16160912 or 7366409. OLE color: 7366409.

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

Color convert

RGB 9 103 112 -
CMYK 0.92 0.08 0 0.56
HSL 185.24º 0.85% 0.24% -
HSV(B) 185.24º 0.92% 0.44% -
XYZ 7.89 10.93 17.02 -
YUV 75.92 148.36 80.27 -
System Red Green Blue C M Y K H S L
Decimal 9 103 112 0.92 0.08 0 0.56 185.24 0.85 0.24
Hex 9 67 70 5C 8 0 38 B9 55 18
Octal 11 147 160 134 10 0 70 271 125 30
Binary 1001 1100111 1110000 1011100 1000 0 111000 10111001 1010101 11000

Color Harmonies of #096770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096770

Black with #096770

Text Example


Text Example

White with #096770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096770; }

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

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

background-color css

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

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

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

border-color css

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

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

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