#0A5E6E

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

Shades of Blue Lagoon #0A5E6E

Tints of Blue Lagoon #0A5E6E

Color information

#0A5E6E (or 0x0A5E6E) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 5E and 6E. RGB value is (10,94,110). Sum of RGB (Red+Green+Blue) = 10+94+110=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A5E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5E6E is #F5A191. Grayscale: #464646. Windows color (decimal): -16097682 or 7233034. OLE color: 7233034.

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

Color convert

RGB1094110-
CMYK0.910.1500.57
HSL189.6º83.33%23.53%-
HSV(B)189.6º90.91%43.14%-
XYZ6.949.216.16-
YUV70.71150.1784.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.67%
GREEN value IS 94 (37.11% from 255) = 43.93%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=4.67%
G=43.93%
B=51.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10941100.910.1500.57189.683.3323.53
HexA5E6E5BF039be5318
Octal121361561331707127612330
Binary10101011110110111010110111111011100110111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,94,110); }

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

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

 a { background-color: rgb(10,94,110); }

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

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

 span { border-color: rgb(10,94,110); }

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