#013A44

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

Shades of Sherpa Blue #013A44

Tints of Sherpa Blue #013A44

Color information

#013A44 (or 0x013A44) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3A and 44. RGB value is (1,58,68). Sum of RGB (Red+Green+Blue) = 1+58+68=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #013A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A44 is #FEC5BB. Grayscale: #2A2A2A. Windows color (decimal): -16696764 or 4471297. OLE color: 4471297.

HSL color Cylindrical-coordinate representation of color #013A44: hue angle of 188.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A44 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB15868-
CMYK0.990.1500.73
HSL188.96º97.1%13.53%-
HSV(B)188.96º98.53%26.67%-
XYZ2.573.456-
YUV42.1142.6298.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 58 (23.05% from 255) = 45.67%
BLUE value IS 68 (26.95% from 255) = 53.54%
R=0.79%
G=45.67%
B=53.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal158680.990.1500.73188.9697.113.53
Hex13A4463F049bd61e
Octal17210414317011127514116
Binary1111010100010011000111111010010011011110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013A44; }

 p { color: rgb(1,58,68); }

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

<style>
 a { background-color: #013A44; }

 a { background-color: rgb(1,58,68); }

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

<style>
 span { border-color: #013A44; }

 span { border-color: rgb(1,58,68); }

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