#095461

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

Shades of Blue Lagoon #095461

Tints of Blue Lagoon #095461

Color information

#095461 (or 0x095461) is unknown color: approx Blue Lagoon. HEX triplet: 09, 54 and 61. RGB value is (9,84,97). Sum of RGB (Red+Green+Blue) = 9+84+97=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #095461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095461 is #F6AB9E. Grayscale: #3E3E3E. Windows color (decimal): -16165791 or 6378505. OLE color: 6378505.

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

Color convert

RGB98497-
CMYK0.910.1300.62
HSL188.86º83.02%20.78%-
HSV(B)188.86º90.72%38.04%-
XYZ5.447.2612.42-
YUV63.06147.1589.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=4.74%
G=44.21%
B=51.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal984970.910.1300.62188.8683.0220.78
Hex954615BD03Ebd5315
Octal111241411331507627512325
Binary10011010100110000110110111101011111010111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095461; }

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

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

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

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

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

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

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

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