#095863

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

Shades of Blue Lagoon #095863

Tints of Blue Lagoon #095863

Color information

#095863 (or 0x095863) is unknown color: approx Blue Lagoon. HEX triplet: 09, 58 and 63. RGB value is (9,88,99). Sum of RGB (Red+Green+Blue) = 9+88+99=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #095863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095863 is #F6A79C. Grayscale: #414141. Windows color (decimal): -16164765 or 6510601. OLE color: 6510601.

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

Color convert

RGB98899-
CMYK0.910.1100.61
HSL187.33º83.33%21.18%-
HSV(B)187.33º90.91%38.82%-
XYZ5.857.9413.03-
YUV65.63146.8387.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 88 (34.77% from 255) = 44.90%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=4.59%
G=44.90%
B=50.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal988990.910.1100.61187.3383.3321.18
Hex958635BB03Dbb5315
Octal111301431331307527312325
Binary10011011000110001110110111011011110110111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095863; }

 p { color: rgb(9,88,99); }

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

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

 a { background-color: rgb(9,88,99); }

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

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

 span { border-color: rgb(9,88,99); }

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