Html Css Color HEX #01394F Sherpa Blue

📋 copy color: '#01394F'

red 1 ◦ green 57 ◦ blue 79

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

Shades of Sherpa Blue #01394F

Tints of Sherpa Blue #01394F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 57.66%

R = 0.73%
G = 41.61%
B = 57.66%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01394F (or 0x01394F) is known color: Sherpa Blue. HEX triplet: 01, 39 and 4F. RGB value is (1,57,79). Sum of RGB (Red+Green+Blue) = 1+57+79=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #01394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01394F is #FEC6B0. Grayscale: #2A2A2A. Windows color (decimal): -16697009 or 5191937. OLE color: 5191937.

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

Color convert

RGB 1 57 79 -
CMYK 0.99 0.28 0 0.69
HSL 196.92º 0.98% 0.16% -
HSV(B) 196.92º 0.99% 0.31% -
XYZ 2.89 3.5 7.92 -
YUV 42.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 1 57 79 0.99 0.28 0 0.69 196.92 0.98 0.16
Hex 1 39 4F 63 1C 0 45 C5 62 10
Octal 1 71 117 143 34 0 105 305 142 20
Binary 1 111001 1001111 1100011 11100 0 1000101 11000101 1100010 10000

Color Harmonies of #01394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01394F

Black with #01394F

Text Example


Text Example

White with #01394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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