#01394E

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

Shades of Sherpa Blue #01394E

Tints of Sherpa Blue #01394E

Color information

#01394E (or 0x01394E) is unknown color: approx Sherpa Blue. HEX triplet: 01, 39 and 4E. RGB value is (1,57,78). Sum of RGB (Red+Green+Blue) = 1+57+78=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #01394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01394E is #FEC6B1. Grayscale: #2A2A2A. Windows color (decimal): -16697010 or 5126401. OLE color: 5126401.

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

Color convert

RGB15778-
CMYK0.990.2700.69
HSL196.36º97.47%15.49%-
HSV(B)196.36º98.72%30.59%-
XYZ2.853.487.73-
YUV42.65147.9598.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 57 (22.66% from 255) = 41.91%
BLUE value IS 78 (30.86% from 255) = 57.35%
R=0.74%
G=41.91%
B=57.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal157780.990.2700.69196.3697.4715.49
Hex1394E631B045c461f
Octal17111614333010530414117
Binary11110011001110110001111011010001011100010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01394E; }

 p { color: rgb(1,57,78); }

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

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

 a { background-color: rgb(1,57,78); }

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

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

 span { border-color: rgb(1,57,78); }

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