#013444

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

Shades of Sherpa Blue #013444

Tints of Sherpa Blue #013444

Color information

#013444 (or 0x013444) is unknown color: approx Sherpa Blue. HEX triplet: 01, 34 and 44. RGB value is (1,52,68). Sum of RGB (Red+Green+Blue) = 1+52+68=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #013444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013444 is #FECBBB. Grayscale: #262626. Windows color (decimal): -16698300 or 4469761. OLE color: 4469761.

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

Color convert

RGB15268-
CMYK0.990.2400.73
HSL194.33º97.1%13.53%-
HSV(B)194.33º98.53%26.67%-
XYZ2.282.885.9-
YUV38.57144.6101.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=0.83%
G=42.98%
B=56.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal152680.990.2400.73194.3397.113.53
Hex134446318049c261e
Octal16410414330011130214116
Binary11101001000100110001111000010010011100001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013444; }

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

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

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

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

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

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

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

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