Html Css Color HEX #01394C Sherpa Blue

📋 copy color: '#01394C'

red 1 ◦ green 57 ◦ blue 76

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

Shades of Sherpa Blue #01394C

Tints of Sherpa Blue #01394C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 56.72%

R = 0.75%
G = 42.54%
B = 56.72%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01394C (or 0x01394C) is known color: Sherpa Blue. HEX triplet: 01, 39 and 4C. RGB value is (1,57,76). Sum of RGB (Red+Green+Blue) = 1+57+76=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #01394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01394C is #FEC6B3. Grayscale: #2A2A2A. Windows color (decimal): -16697012 or 4995329. OLE color: 4995329.

HSL color Cylindrical-coordinate representation of color #01394C: hue angle of 195.2º 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 #01394C is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 57 76 -
CMYK 0.99 0.25 0 0.70
HSL 195.2º 0.97% 0.15% -
HSV(B) 195.2º 0.99% 0.3% -
XYZ 2.78 3.45 7.36 -
YUV 42.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 1 57 76 0.99 0.25 0 0.70 195.2 0.97 0.15
Hex 1 39 4C 63 19 0 46 C3 61 F
Octal 1 71 114 143 31 0 106 303 141 17
Binary 1 111001 1001100 1100011 11001 0 1000110 11000011 1100001 1111

Color Harmonies of #01394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01394C

Black with #01394C

Text Example


Text Example

White with #01394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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