#095470

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

Shades of Blue Lagoon #095470

Tints of Blue Lagoon #095470

Color information

#095470 (or 0x095470) is unknown color: approx Blue Lagoon. HEX triplet: 09, 54 and 70. RGB value is (9,84,112). Sum of RGB (Red+Green+Blue) = 9+84+112=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #095470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095470 is #F6AB8F. Grayscale: #404040. Windows color (decimal): -16165776 or 7361545. OLE color: 7361545.

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

Color convert

RGB984112-
CMYK0.920.2500.56
HSL196.31º85.12%23.73%-
HSV(B)196.31º91.96%43.92%-
XYZ6.217.5716.46-
YUV64.77154.6588.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=4.39%
G=40.98%
B=54.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9841120.920.2500.56196.3185.1223.73
Hex954705C19038c45518
Octal111241601343107030412530
Binary100110101001110000101110011001011100011000100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095470; }

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

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

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

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

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

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

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

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