#0A515A

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

Shades of Sherpa Blue #0A515A

Tints of Sherpa Blue #0A515A

Color information

#0A515A (or 0x0A515A) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 51 and 5A. RGB value is (10,81,90). Sum of RGB (Red+Green+Blue) = 10+81+90=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A515A is #F5AEA5. Grayscale: #3C3C3C. Windows color (decimal): -16101030 or 5918986. OLE color: 5918986.

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

Color convert

RGB108190-
CMYK0.890.100.65
HSL186.75º80%19.61%-
HSV(B)186.75º88.89%35.29%-
XYZ4.916.6910.7-
YUV60.8144.4891.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.52%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=5.52%
G=44.75%
B=49.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1081900.890.100.65186.758019.61
HexA515A59A041bb5014
Octal1212113213112010127312024
Binary101010100011011010101100110100100000110111011101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,81,90); }

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

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

 a { background-color: rgb(10,81,90); }

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

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

 span { border-color: rgb(10,81,90); }

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