Html Css Color HEX #01394E Sherpa Blue

📋 copy color: '#01394E'

red 1 ◦ green 57 ◦ blue 78

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

Shades of Sherpa Blue #01394E

Tints of Sherpa Blue #01394E

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

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 1 57 78 -
CMYK 0.99 0.27 0 0.69
HSL 196.36º 0.97% 0.15% -
HSV(B) 196.36º 0.99% 0.31% -
XYZ 2.85 3.48 7.73 -
YUV 42.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 1 57 78 0.99 0.27 0 0.69 196.36 0.97 0.15
Hex 1 39 4E 63 1B 0 45 C4 61 F
Octal 1 71 116 143 33 0 105 304 141 17
Binary 1 111001 1001110 1100011 11011 0 1000101 11000100 1100001 1111

Color Harmonies of #01394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01394E

Black with #01394E

Text Example


Text Example

White with #01394E

Text Example


Text Example

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