Html Css Color HEX #096870 Blue Lagoon

📋 copy color: '#096870'

red 9 ◦ green 104 ◦ blue 112

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

Shades of Blue Lagoon #096870

Tints of Blue Lagoon #096870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

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

R = 4%
G = 46.22%
B = 49.78%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096870 (or 0x096870) is known color: Blue Lagoon. HEX triplet: 09, 68 and 70. RGB value is (9,104,112). Sum of RGB (Red+Green+Blue) = 9+104+112=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #096870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096870 is #F6978F. Grayscale: #4C4C4C. Windows color (decimal): -16160656 or 7366665. OLE color: 7366665.

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

Color convert

RGB 9 104 112 -
CMYK 0.92 0.07 0 0.56
HSL 184.66º 0.85% 0.24% -
HSV(B) 184.66º 0.92% 0.44% -
XYZ 7.99 11.13 17.06 -
YUV 76.51 148.03 79.85 -
System Red Green Blue C M Y K H S L
Decimal 9 104 112 0.92 0.07 0 0.56 184.66 0.85 0.24
Hex 9 68 70 5C 7 0 38 B9 55 18
Octal 11 150 160 134 7 0 70 271 125 30
Binary 1001 1101000 1110000 1011100 111 0 111000 10111001 1010101 11000

Color Harmonies of #096870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096870

Black with #096870

Text Example


Text Example

White with #096870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096870; }

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

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

background-color css

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

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

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

border-color css

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

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

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