#095662

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

Shades of Blue Lagoon #095662

Tints of Blue Lagoon #095662

Color information

#095662 (or 0x095662) is unknown color: approx Blue Lagoon. HEX triplet: 09, 56 and 62. RGB value is (9,86,98). Sum of RGB (Red+Green+Blue) = 9+86+98=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #095662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095662 is #F6A99D. Grayscale: #404040. Windows color (decimal): -16165278 or 6444553. OLE color: 6444553.

HSL color Cylindrical-coordinate representation of color #095662: hue angle of 188.09º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095662 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB98698-
CMYK0.910.1200.62
HSL188.09º83.18%20.98%-
HSV(B)188.09º90.82%38.43%-
XYZ5.657.612.72-
YUV64.34146.9988.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=4.66%
G=44.56%
B=50.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal986980.910.1200.62188.0983.1820.98
Hex956625BC03Ebc5315
Octal111261421331407627412325
Binary10011010110110001010110111100011111010111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095662; }

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

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

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

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

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

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

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

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