Html Css Color HEX #095870 Blue Lagoon

📋 copy color: '#095870'

red 9 ◦ green 88 ◦ blue 112

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

Shades of Blue Lagoon #095870

Tints of Blue Lagoon #095870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.11%

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

R = 4.31%
G = 42.11%
B = 53.59%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095870 (or 0x095870) is known color: Blue Lagoon. HEX triplet: 09, 58 and 70. RGB value is (9,88,112). Sum of RGB (Red+Green+Blue) = 9+88+112=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #095870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095870 is #F6A78F. Grayscale: #424242. Windows color (decimal): -16164752 or 7362569. OLE color: 7362569.

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

Color convert

RGB 9 88 112 -
CMYK 0.92 0.21 0 0.56
HSL 193.98º 0.85% 0.24% -
HSV(B) 193.98º 0.92% 0.44% -
XYZ 6.53 8.21 16.57 -
YUV 67.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 9 88 112 0.92 0.21 0 0.56 193.98 0.85 0.24
Hex 9 58 70 5C 15 0 38 C2 55 18
Octal 11 130 160 134 25 0 70 302 125 30
Binary 1001 1011000 1110000 1011100 10101 0 111000 11000010 1010101 11000

Color Harmonies of #095870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095870

Black with #095870

Text Example


Text Example

White with #095870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095870; }

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

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

background-color css

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

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

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

border-color css

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

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

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