#0A4A59

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

Shades of Sherpa Blue #0A4A59

Tints of Sherpa Blue #0A4A59

Color information

#0A4A59 (or 0x0A4A59) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 4A and 59. RGB value is (10,74,89). Sum of RGB (Red+Green+Blue) = 10+74+89=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A4A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4A59 is #F5B5A6. Grayscale: #383838. Windows color (decimal): -16102823 or 5851658. OLE color: 5851658.

HSL color Cylindrical-coordinate representation of color #0A4A59: hue angle of 191.39º 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 #0A4A59 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB107489-
CMYK0.890.1700.65
HSL191.39º79.8%19.41%-
HSV(B)191.39º88.76%34.9%-
XYZ4.385.6810.32-
YUV56.57146.394.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.78%
GREEN value IS 74 (29.30% from 255) = 42.77%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=5.78%
G=42.77%
B=51.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1074890.890.1700.65191.3979.819.41
HexA4A595911041bf5013
Octal1211213113121010127712023
Binary1010100101010110011011001100010100000110111111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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