#0A5B70

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

Shades of Blue Lagoon #0A5B70

Tints of Blue Lagoon #0A5B70

Color information

#0A5B70 (or 0x0A5B70) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 5B and 70. RGB value is (10,91,112). Sum of RGB (Red+Green+Blue) = 10+91+112=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A5B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5B70 is #F5A48F. Grayscale: #454545. Windows color (decimal): -16098448 or 7363338. OLE color: 7363338.

HSL color Cylindrical-coordinate representation of color #0A5B70: hue angle of 192.35º degrees, saturation: 0.84, 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 #0A5B70 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1091112-
CMYK0.910.1900.56
HSL192.35º83.61%23.92%-
HSV(B)192.35º91.07%43.92%-
XYZ6.798.7216.65-
YUV69.18152.1685.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=4.69%
G=42.72%
B=52.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10911120.910.1900.56192.3583.6123.92
HexA5B705B13038c05418
Octal121331601332307030012430
Binary101010110111110000101101110011011100011000000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,91,112); }

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

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

 a { background-color: rgb(10,91,112); }

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

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

 span { border-color: rgb(10,91,112); }

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