Html Css Color HEX #01394A Sherpa Blue

📋 copy color: '#01394A'

red 1 ◦ green 57 ◦ blue 74

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

Shades of Sherpa Blue #01394A

Tints of Sherpa Blue #01394A

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

 GREEN value IS 57 (22.66% from 255) = 43.18%

 BLUE value IS 74 (29.3% from 255) = 56.06%

R = 0.76%
G = 43.18%
B = 56.06%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01394A (or 0x01394A) is known color: Sherpa Blue. HEX triplet: 01, 39 and 4A. RGB value is (1,57,74). Sum of RGB (Red+Green+Blue) = 1+57+74=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #01394A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01394A is #FEC6B5. Grayscale: #2A2A2A. Windows color (decimal): -16697014 or 4864257. OLE color: 4864257.

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

Color convert

RGB 1 57 74 -
CMYK 0.99 0.23 0 0.71
HSL 193.97º 0.97% 0.15% -
HSV(B) 193.97º 0.99% 0.29% -
XYZ 2.71 3.43 7 -
YUV 42.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 1 57 74 0.99 0.23 0 0.71 193.97 0.97 0.15
Hex 1 39 4A 63 17 0 47 C2 61 F
Octal 1 71 112 143 27 0 107 302 141 17
Binary 1 111001 1001010 1100011 10111 0 1000111 11000010 1100001 1111

Color Harmonies of #01394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01394A

Black with #01394A

Text Example


Text Example

White with #01394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01394A;
 }
 .AnyTagClassName
 {
   color: #01394A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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