#095677

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

Shades of Blue Lagoon #095677

Tints of Blue Lagoon #095677

Color information

#095677 (or 0x095677) is unknown color: approx Blue Lagoon. HEX triplet: 09, 56 and 77. RGB value is (9,86,119). Sum of RGB (Red+Green+Blue) = 9+86+119=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #095677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095677 is #F6A988. Grayscale: #424242. Windows color (decimal): -16165257 or 7820809. OLE color: 7820809.

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

Color convert

RGB986119-
CMYK0.920.2800.53
HSL198º85.94%25.1%-
HSV(B)198º92.44%46.67%-
XYZ6.778.0518.65-
YUV66.74157.4986.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=4.21%
G=40.19%
B=55.61%

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
Decimal9861190.920.2800.5319885.9425.1
Hex956775C1C035c65619
Octal111261671343406530612631
Binary100110101101110111101110011100011010111000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095677; }

 p { color: rgb(9,86,119); }

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

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

 a { background-color: rgb(9,86,119); }

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

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

 span { border-color: rgb(9,86,119); }

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