#0A586F

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

Shades of Blue Lagoon #0A586F

Tints of Blue Lagoon #0A586F

Color information

#0A586F (or 0x0A586F) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 58 and 6F. RGB value is (10,88,111). Sum of RGB (Red+Green+Blue) = 10+88+111=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A586F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A586F is #F5A790. Grayscale: #434343. Windows color (decimal): -16099217 or 7297034. OLE color: 7297034.

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

Color convert

RGB1088111-
CMYK0.910.2100.56
HSL193.66º83.47%23.73%-
HSV(B)193.66º90.99%43.53%-
XYZ6.488.1916.28-
YUV67.3152.6687.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 88 (34.77% from 255) = 42.11%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=4.78%
G=42.11%
B=53.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10881110.910.2100.56193.6683.4723.73
HexA586F5B15038c25318
Octal121301571332507030212330
Binary101010110001101111101101110101011100011000010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A586F; }

 p { color: rgb(10,88,111); }

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

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

 a { background-color: rgb(10,88,111); }

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

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

 span { border-color: rgb(10,88,111); }

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