Html Css Color HEX #01494D Sherpa Blue

📋 copy color: '#01494D'

red 1 ◦ green 73 ◦ blue 77

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

Shades of Sherpa Blue #01494D

Tints of Sherpa Blue #01494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.34%

 BLUE value IS 77 (30.47% from 255) = 50.99%

R = 0.66%
G = 48.34%
B = 50.99%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01494D (or 0x01494D) is known color: Sherpa Blue. HEX triplet: 01, 49 and 4D. RGB value is (1,73,77). Sum of RGB (Red+Green+Blue) = 1+73+77=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #01494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01494D is #FEB6B2. Grayscale: #333333. Windows color (decimal): -16692915 or 5064961. OLE color: 5064961.

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

Color convert

RGB 1 73 77 -
CMYK 0.99 0.05 0 0.70
HSL 183.16º 0.97% 0.15% -
HSV(B) 183.16º 0.99% 0.3% -
XYZ 3.73 5.31 7.85 -
YUV 51.93 142.15 91.67 -
System Red Green Blue C M Y K H S L
Decimal 1 73 77 0.99 0.05 0 0.70 183.16 0.97 0.15
Hex 1 49 4D 63 5 0 46 B7 61 F
Octal 1 111 115 143 5 0 106 267 141 17
Binary 1 1001001 1001101 1100011 101 0 1000110 10110111 1100001 1111

Color Harmonies of #01494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01494D

Black with #01494D

Text Example


Text Example

White with #01494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01494D; }

 p { color: rgb(1,73,77); }

 H1.HeaderClassName
 {
   color: #01494D;
 }
 .AnyTagClassName
 {
   color: #01494D;
 }
</style>

background-color css

<style>
 a { background-color: #01494D; }

 a { background-color: rgb(1,73,77); }

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

border-color css

<style>
 span { border-color: #01494D; }

 span { border-color: rgb(1,73,77); }

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