#095463

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

Shades of Blue Lagoon #095463

Tints of Blue Lagoon #095463

Color information

#095463 (or 0x095463) is unknown color: approx Blue Lagoon. HEX triplet: 09, 54 and 63. RGB value is (9,84,99). Sum of RGB (Red+Green+Blue) = 9+84+99=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #095463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095463 is #F6AB9C. Grayscale: #3F3F3F. Windows color (decimal): -16165789 or 6509577. OLE color: 6509577.

HSL color Cylindrical-coordinate representation of color #095463: hue angle of 190º 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 #095463 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB98499-
CMYK0.910.1500.61
HSL190º83.33%21.18%-
HSV(B)190º90.91%38.82%-
XYZ5.547.312.92-
YUV63.28148.1589.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=4.69%
G=43.75%
B=51.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal984990.910.1500.6119083.3321.18
Hex954635BF03Dbe5315
Octal111241431331707527612325
Binary10011010100110001110110111111011110110111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095463; }

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

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

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

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

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

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

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

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