#095870

Color #095870 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #095870

Tints of Blue Lagoon #095870

Color information

#095870 (or 0x095870) is unknown color: approx 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

RGB988112-
CMYK0.920.2100.56
HSL193.98º85.12%23.73%-
HSV(B)193.98º91.96%43.92%-
XYZ6.538.2116.57-
YUV67.12153.3386.55-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9881120.920.2100.56193.9885.1223.73
Hex958705C15038c25518
Octal111301601342507030212530
Binary100110110001110000101110010101011100011000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>