Html Css Color HEX #01394D Sherpa Blue

📋 copy color: '#01394D'

red 1 ◦ green 57 ◦ blue 77

#01394D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #01394D

Tints of Sherpa Blue #01394D

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 value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01394D (or 0x01394D) is known color: 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

RGB 1 57 77 -
CMYK 0.99 0.26 0 0.70
HSL 195.79º 0.97% 0.15% -
HSV(B) 195.79º 0.99% 0.3% -
XYZ 2.82 3.47 7.54 -
YUV 42.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 1 57 77 0.99 0.26 0 0.70 195.79 0.97 0.15
Hex 1 39 4D 63 1A 0 46 C4 61 F
Octal 1 71 115 143 32 0 106 304 141 17
Binary 1 111001 1001101 1100011 11010 0 1000110 11000100 1100001 1111

Color Harmonies of #01394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01394D

Black with #01394D

Text Example


Text Example

White with #01394D

Text Example


Text Example

HTML Codes & Css Web 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>