#0A4155

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

Shades of Sherpa Blue #0A4155

Tints of Sherpa Blue #0A4155

Color information

#0A4155 (or 0x0A4155) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 41 and 55. RGB value is (10,65,85). Sum of RGB (Red+Green+Blue) = 10+65+85=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A4155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4155 is #F5BEAA. Grayscale: #323232. Windows color (decimal): -16105131 or 5587210. OLE color: 5587210.

HSL color Cylindrical-coordinate representation of color #0A4155: hue angle of 196º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4155 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB106585-
CMYK0.880.2400.67
HSL196º78.95%18.63%-
HSV(B)196º88.24%33.33%-
XYZ3.664.59.27-
YUV50.84147.2898.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.25%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=6.25%
G=40.62%
B=53.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1065850.880.2400.6719678.9518.63
HexA41555818043c44f13
Octal1210112513030010330411723
Binary1010100000110101011011000110000100001111000100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,65,85); }

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

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

 a { background-color: rgb(10,65,85); }

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

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

 span { border-color: rgb(10,65,85); }

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