#0A4850

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

Shades of Sherpa Blue #0A4850

Tints of Sherpa Blue #0A4850

Color information

#0A4850 (or 0x0A4850) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 48 and 50. RGB value is (10,72,80). Sum of RGB (Red+Green+Blue) = 10+72+80=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #0A4850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4850 is #F5B7AF. Grayscale: #363636. Windows color (decimal): -16103344 or 5261322. OLE color: 5261322.

HSL color Cylindrical-coordinate representation of color #0A4850: hue angle of 186.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4850 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB107280-
CMYK0.870.1000.69
HSL186.86º77.78%17.65%-
HSV(B)186.86º87.5%31.37%-
XYZ3.895.288.4-
YUV54.37142.4696.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.17%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 80 (31.64% from 255) = 49.38%
R=6.17%
G=44.44%
B=49.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1072800.870.1000.69186.8677.7817.65
HexA485057A045bb4e12
Octal1211012012712010527311622
Binary101010010001010000101011110100100010110111011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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