#0A505B

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

Shades of Sherpa Blue #0A505B

Tints of Sherpa Blue #0A505B

Color information

#0A505B (or 0x0A505B) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 50 and 5B. RGB value is (10,80,91). Sum of RGB (Red+Green+Blue) = 10+80+91=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A505B is #F5AFA4. Grayscale: #3C3C3C. Windows color (decimal): -16101285 or 5984266. OLE color: 5984266.

HSL color Cylindrical-coordinate representation of color #0A505B: hue angle of 188.15º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A505B is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB108091-
CMYK0.890.1200.64
HSL188.15º80.2%19.8%-
HSV(B)188.15º89.01%35.69%-
XYZ4.886.5610.91-
YUV60.32145.3192.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.52%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=5.52%
G=44.20%
B=50.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1080910.890.1200.64188.1580.219.8
HexA505B59C040bc5014
Octal1212013313114010027412024
Binary101010100001011011101100111000100000010111100101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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