#0A4255

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

Shades of Sherpa Blue #0A4255

Tints of Sherpa Blue #0A4255

Color information

#0A4255 (or 0x0A4255) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 42 and 55. RGB value is (10,66,85). Sum of RGB (Red+Green+Blue) = 10+66+85=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A4255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4255 is #F5BDAA. Grayscale: #333333. Windows color (decimal): -16104875 or 5587466. OLE color: 5587466.

HSL color Cylindrical-coordinate representation of color #0A4255: hue angle of 195.2º 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 #0A4255 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB106685-
CMYK0.880.2200.67
HSL195.2º78.95%18.63%-
HSV(B)195.2º88.24%33.33%-
XYZ3.714.629.29-
YUV51.42146.9598.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=6.21%
G=40.99%
B=52.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1066850.880.2200.67195.278.9518.63
HexA42555816043c34f13
Octal1210212513026010330311723
Binary1010100001010101011011000101100100001111000011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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