#095778

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

Shades of Blue Lagoon #095778

Tints of Blue Lagoon #095778

Color information

#095778 (or 0x095778) is unknown color: approx Blue Lagoon. HEX triplet: 09, 57 and 78. RGB value is (9,87,120). Sum of RGB (Red+Green+Blue) = 9+87+120=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #095778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095778 is #F6A887. Grayscale: #434343. Windows color (decimal): -16165000 or 7886601. OLE color: 7886601.

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

Color convert

RGB987120-
CMYK0.920.2800.53
HSL197.84º86.05%25.29%-
HSV(B)197.84º92.5%47.06%-
XYZ6.918.2318.99-
YUV67.44157.6686.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=4.17%
G=40.28%
B=55.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9871200.920.2800.53197.8486.0525.29
Hex957785C1C035c65619
Octal111271701343406530612631
Binary100110101111111000101110011100011010111000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095778; }

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

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

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

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

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

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

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

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