#01394D

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

Shades of Sherpa Blue #01394D

Tints of Sherpa Blue #01394D

Color information

#01394D (or 0x01394D) is unknown color: approx Sherpa Blue. HEX triplet: 01, 39 and 4D. RGB value is (1,57,77). Sum of RGB (Red+Green+Blue) = 1+57+77=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #01394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01394D is #FEC6B2. Grayscale: #2A2A2A. Windows color (decimal): -16697011 or 5060865. OLE color: 5060865.

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

Color convert

RGB15777-
CMYK0.990.2600.70
HSL195.79º97.44%15.29%-
HSV(B)195.79º98.7%30.2%-
XYZ2.823.477.54-
YUV42.54147.4598.37-

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) = 42.22%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=0.74%
G=42.22%
B=57.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal157770.990.2600.70195.7997.4415.29
Hex1394D631A046c461f
Octal17111514332010630414117
Binary11110011001101110001111010010001101100010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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