Html Css Color HEX #013E49 Sherpa Blue

📋 copy color: '#013E49'

red 1 ◦ green 62 ◦ blue 73

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

Shades of Sherpa Blue #013E49

Tints of Sherpa Blue #013E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 45.59%

 BLUE value IS 73 (28.91% from 255) = 53.68%

R = 0.74%
G = 45.59%
B = 53.68%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#013E49 (or 0x013E49) is known color: Sherpa Blue. HEX triplet: 01, 3E and 49. RGB value is (1,62,73). Sum of RGB (Red+Green+Blue) = 1+62+73=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #013E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E49 is #FEC1B6. Grayscale: #2C2C2C. Windows color (decimal): -16695735 or 4800001. OLE color: 4800001.

HSL color Cylindrical-coordinate representation of color #013E49: hue angle of 189.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E49 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 62 73 -
CMYK 0.99 0.15 0 0.71
HSL 189.17º 0.97% 0.15% -
HSV(B) 189.17º 0.99% 0.29% -
XYZ 2.94 3.93 6.91 -
YUV 45.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 1 62 73 0.99 0.15 0 0.71 189.17 0.97 0.15
Hex 1 3E 49 63 F 0 47 BD 61 F
Octal 1 76 111 143 17 0 107 275 141 17
Binary 1 111110 1001001 1100011 1111 0 1000111 10111101 1100001 1111

Color Harmonies of #013E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E49

Black with #013E49

Text Example


Text Example

White with #013E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E49; }

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

 H1.HeaderClassName
 {
   color: #013E49;
 }
 .AnyTagClassName
 {
   color: #013E49;
 }
</style>

background-color css

<style>
 a { background-color: #013E49; }

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

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

border-color css

<style>
 span { border-color: #013E49; }

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

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