#0A4459

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

Shades of Sherpa Blue #0A4459

Tints of Sherpa Blue #0A4459

Color information

#0A4459 (or 0x0A4459) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 44 and 59. RGB value is (10,68,89). Sum of RGB (Red+Green+Blue) = 10+68+89=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A4459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4459 is #F5BBA6. Grayscale: #343434. Windows color (decimal): -16104359 or 5850122. OLE color: 5850122.

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

Color convert

RGB106889-
CMYK0.890.2400.65
HSL195.95º79.8%19.41%-
HSV(B)195.95º88.76%34.9%-
XYZ44.9210.19-
YUV53.05148.2897.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=5.99%
G=40.72%
B=53.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1068890.890.2400.65195.9579.819.41
HexA44595918041c45013
Octal1210413113130010130412023
Binary1010100010010110011011001110000100000111000100101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,68,89); }

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

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

 a { background-color: rgb(10,68,89); }

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

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

 span { border-color: rgb(10,68,89); }

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