#095A78

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

Shades of Blue Lagoon #095A78

Tints of Blue Lagoon #095A78

Color information

#095A78 (or 0x095A78) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5A and 78. RGB value is (9,90,120). Sum of RGB (Red+Green+Blue) = 9+90+120=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #095A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A78 is #F6A587. Grayscale: #454545. Windows color (decimal): -16164232 or 7887369. OLE color: 7887369.

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

Color convert

RGB990120-
CMYK0.920.2500.53
HSL196.22º86.05%25.29%-
HSV(B)196.22º92.5%47.06%-
XYZ7.168.7319.08-
YUV69.2156.6685.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=4.11%
G=41.10%
B=54.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9901200.920.2500.53196.2286.0525.29
Hex95A785C19035c45619
Octal111321701343106530412631
Binary100110110101111000101110011001011010111000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095A78; }

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

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

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

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

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

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

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

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