#0A4B59

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

Shades of Sherpa Blue #0A4B59

Tints of Sherpa Blue #0A4B59

Color information

#0A4B59 (or 0x0A4B59) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 4B and 59. RGB value is (10,75,89). Sum of RGB (Red+Green+Blue) = 10+75+89=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A4B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4B59 is #F5B4A6. Grayscale: #393939. Windows color (decimal): -16102567 or 5851914. OLE color: 5851914.

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

Color convert

RGB107589-
CMYK0.890.1600.65
HSL190.63º79.8%19.41%-
HSV(B)190.63º88.76%34.9%-
XYZ4.445.8210.34-
YUV57.16145.9794.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=5.75%
G=43.10%
B=51.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1075890.890.1600.65190.6379.819.41
HexA4B595910041bf5013
Octal1211313113120010127712023
Binary1010100101110110011011001100000100000110111111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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