#013446

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

Shades of Sherpa Blue #013446

Tints of Sherpa Blue #013446

Color information

#013446 (or 0x013446) is unknown color: approx Sherpa Blue. HEX triplet: 01, 34 and 46. RGB value is (1,52,70). Sum of RGB (Red+Green+Blue) = 1+52+70=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #013446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013446 is #FECBB9. Grayscale: #262626. Windows color (decimal): -16698298 or 4600833. OLE color: 4600833.

HSL color Cylindrical-coordinate representation of color #013446: hue angle of 195.65º 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 #013446 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB15270-
CMYK0.990.2600.73
HSL195.65º97.18%13.92%-
HSV(B)195.65º98.57%27.45%-
XYZ2.352.96.23-
YUV38.8145.6101.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 70 (27.73% from 255) = 56.91%
R=0.81%
G=42.28%
B=56.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal152700.990.2600.73195.6597.1813.92
Hex13446631A049c461e
Octal16410614332011130414116
Binary11101001000110110001111010010010011100010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013446; }

 p { color: rgb(1,52,70); }

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

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

 a { background-color: rgb(1,52,70); }

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

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

 span { border-color: rgb(1,52,70); }

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