#095878

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

Shades of Blue Lagoon #095878

Tints of Blue Lagoon #095878

Color information

#095878 (or 0x095878) is unknown color: approx Blue Lagoon. HEX triplet: 09, 58 and 78. RGB value is (9,88,120). Sum of RGB (Red+Green+Blue) = 9+88+120=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #095878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095878 is #F6A787. Grayscale: #434343. Windows color (decimal): -16164744 or 7886857. OLE color: 7886857.

HSL color Cylindrical-coordinate representation of color #095878: hue angle of 197.3º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095878 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB988120-
CMYK0.920.2700.53
HSL197.3º86.05%25.29%-
HSV(B)197.3º92.5%47.06%-
XYZ6.998.3919.02-
YUV68.03157.3385.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.15%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=4.15%
G=40.55%
B=55.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9881200.920.2700.53197.386.0525.29
Hex958785C1B035c55619
Octal111301701343306530512631
Binary100110110001111000101110011011011010111000101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095878; }

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

 H1.HeaderClassName
 {
   color: #095878;
 }
 .AnyTagClassName
 {
   color: #095878;
 }
</style>
background-color css

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

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

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

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

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

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