#095866

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

Shades of Blue Lagoon #095866

Tints of Blue Lagoon #095866

Color information

#095866 (or 0x095866) is unknown color: approx Blue Lagoon. HEX triplet: 09, 58 and 66. RGB value is (9,88,102). Sum of RGB (Red+Green+Blue) = 9+88+102=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #095866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095866 is #F6A799. Grayscale: #414141. Windows color (decimal): -16164762 or 6707209. OLE color: 6707209.

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

Color convert

RGB988102-
CMYK0.910.1400.6
HSL189.03º83.78%21.76%-
HSV(B)189.03º91.18%40%-
XYZ6813.8-
YUV65.97148.3387.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 88 (34.77% from 255) = 44.22%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=4.52%
G=44.22%
B=51.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9881020.910.1400.6189.0383.7821.76
Hex958665BE03Cbd5416
Octal111301461331607427512426
Binary10011011000110011010110111110011110010111101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095866; }

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

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

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

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

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

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

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

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