#095769

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

Shades of Blue Lagoon #095769

Tints of Blue Lagoon #095769

Color information

#095769 (or 0x095769) is unknown color: approx Blue Lagoon. HEX triplet: 09, 57 and 69. RGB value is (9,87,105). Sum of RGB (Red+Green+Blue) = 9+87+105=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #095769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095769 is #F6A896. Grayscale: #414141. Windows color (decimal): -16165015 or 6903561. OLE color: 6903561.

HSL color Cylindrical-coordinate representation of color #095769: hue angle of 191.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095769 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB987105-
CMYK0.910.1700.59
HSL191.25º84.21%22.35%-
HSV(B)191.25º91.43%41.18%-
XYZ6.077.8914.57-
YUV65.73150.1687.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=4.48%
G=43.28%
B=52.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9871050.910.1700.59191.2584.2122.35
Hex957695B1103Bbf5416
Octal111271511332107327712426
Binary100110101111101001101101110001011101110111111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095769; }

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

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

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

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

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

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

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

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