#095970

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

Shades of Blue Lagoon #095970

Tints of Blue Lagoon #095970

Color information

#095970 (or 0x095970) is unknown color: approx Blue Lagoon. HEX triplet: 09, 59 and 70. RGB value is (9,89,112). Sum of RGB (Red+Green+Blue) = 9+89+112=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #095970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095970 is #F6A68F. Grayscale: #434343. Windows color (decimal): -16164496 or 7362825. OLE color: 7362825.

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

Color convert

RGB989112-
CMYK0.920.2100.56
HSL193.4º85.12%23.73%-
HSV(B)193.4º91.96%43.92%-
XYZ6.618.3716.6-
YUV67.715386.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 112 (44.14% from 255) = 53.33%
R=4.29%
G=42.38%
B=53.33%

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
Decimal9891120.920.2100.56193.485.1223.73
Hex959705C15038c15518
Octal111311601342507030112530
Binary100110110011110000101110010101011100011000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095970; }

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

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

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

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

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

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

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

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