Html Css Color HEX #01494E Sherpa Blue

📋 copy color: '#01494E'

red 1 ◦ green 73 ◦ blue 78

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

Shades of Sherpa Blue #01494E

Tints of Sherpa Blue #01494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 51.32%

R = 0.66%
G = 48.03%
B = 51.32%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01494E (or 0x01494E) is known color: Sherpa Blue. HEX triplet: 01, 49 and 4E. RGB value is (1,73,78). Sum of RGB (Red+Green+Blue) = 1+73+78=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #01494E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01494E is #FEB6B1. Grayscale: #333333. Windows color (decimal): -16692914 or 5130497. OLE color: 5130497.

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

Color convert

RGB 1 73 78 -
CMYK 0.99 0.06 0 0.69
HSL 183.9º 0.97% 0.15% -
HSV(B) 183.9º 0.99% 0.31% -
XYZ 3.77 5.32 8.04 -
YUV 52.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 1 73 78 0.99 0.06 0 0.69 183.9 0.97 0.15
Hex 1 49 4E 63 6 0 45 B8 61 F
Octal 1 111 116 143 6 0 105 270 141 17
Binary 1 1001001 1001110 1100011 110 0 1000101 10111000 1100001 1111

Color Harmonies of #01494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01494E

Black with #01494E

Text Example


Text Example

White with #01494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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