#0A506D

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

Shades of Blue Lagoon #0A506D

Tints of Blue Lagoon #0A506D

Color information

#0A506D (or 0x0A506D) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 50 and 6D. RGB value is (10,80,109). Sum of RGB (Red+Green+Blue) = 10+80+109=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A506D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A506D is #F5AF92. Grayscale: #3E3E3E. Windows color (decimal): -16101267 or 7163914. OLE color: 7163914.

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

Color convert

RGB1080109-
CMYK0.910.2700.57
HSL197.58º83.19%23.33%-
HSV(B)197.58º90.83%42.75%-
XYZ5.756.9115.5-
YUV62.38154.3190.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 109 (42.97% from 255) = 54.77%
R=5.03%
G=40.20%
B=54.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10801090.910.2700.57197.5883.1923.33
HexA506D5B1B039c65317
Octal121201551333307130612327
Binary101010100001101101101101111011011100111000110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,80,109); }

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

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

 a { background-color: rgb(10,80,109); }

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

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

 span { border-color: rgb(10,80,109); }

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