#0A454E

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

Shades of Sherpa Blue #0A454E

Tints of Sherpa Blue #0A454E

Color information

#0A454E (or 0x0A454E) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 45 and 4E. RGB value is (10,69,78). Sum of RGB (Red+Green+Blue) = 10+69+78=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A454E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A454E is #F5BAB1. Grayscale: #343434. Windows color (decimal): -16104114 or 5129482. OLE color: 5129482.

HSL color Cylindrical-coordinate representation of color #0A454E: hue angle of 187.94º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A454E is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB106978-
CMYK0.870.1200.69
HSL187.94º77.27%17.25%-
HSV(B)187.94º87.18%30.59%-
XYZ3.634.877.96-
YUV52.39142.4597.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.37%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=6.37%
G=43.95%
B=49.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1069780.870.1200.69187.9477.2717.25
HexA454E57C045bc4d11
Octal1210511612714010527411521
Binary101010001011001110101011111000100010110111100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,69,78); }

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

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

 a { background-color: rgb(10,69,78); }

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

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

 span { border-color: rgb(10,69,78); }

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