#0A4253

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

Shades of Sherpa Blue #0A4253

Tints of Sherpa Blue #0A4253

Color information

#0A4253 (or 0x0A4253) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 42 and 53. RGB value is (10,66,83). Sum of RGB (Red+Green+Blue) = 10+66+83=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A4253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4253 is #F5BDAC. Grayscale: #333333. Windows color (decimal): -16104877 or 5456394. OLE color: 5456394.

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

Color convert

RGB106683-
CMYK0.880.2000.67
HSL193.97º78.49%18.24%-
HSV(B)193.97º87.95%32.55%-
XYZ3.634.598.88-
YUV51.19145.9598.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=6.29%
G=41.51%
B=52.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1066830.880.2000.67193.9778.4918.24
HexA42535814043c24e12
Octal1210212313024010330211622
Binary1010100001010100111011000101000100001111000010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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