Html Css Color HEX #01494C Sherpa Blue

📋 copy color: '#01494C'

red 1 ◦ green 73 ◦ blue 76

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

Shades of Sherpa Blue #01494C

Tints of Sherpa Blue #01494C

RGB

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

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

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

R = 0.67%
G = 48.67%
B = 50.67%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01494C (or 0x01494C) is known color: Sherpa Blue. HEX triplet: 01, 49 and 4C. RGB value is (1,73,76). Sum of RGB (Red+Green+Blue) = 1+73+76=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #01494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01494C is #FEB6B3. Grayscale: #333333. Windows color (decimal): -16692916 or 4999425. OLE color: 4999425.

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

Color convert

RGB 1 73 76 -
CMYK 0.99 0.04 0 0.70
HSL 182.4º 0.97% 0.15% -
HSV(B) 182.4º 0.99% 0.3% -
XYZ 3.7 5.29 7.66 -
YUV 51.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 1 73 76 0.99 0.04 0 0.70 182.4 0.97 0.15
Hex 1 49 4C 63 4 0 46 B6 61 F
Octal 1 111 114 143 4 0 106 266 141 17
Binary 1 1001001 1001100 1100011 100 0 1000110 10110110 1100001 1111

Color Harmonies of #01494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01494C

Black with #01494C

Text Example


Text Example

White with #01494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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