Html Css Color HEX #013949 Sherpa Blue

📋 copy color: '#013949'

red 1 ◦ green 57 ◦ blue 73

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

Shades of Sherpa Blue #013949

Tints of Sherpa Blue #013949

RGB

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

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

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

R = 0.76%
G = 43.51%
B = 55.73%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#013949 (or 0x013949) is known color: Sherpa Blue. HEX triplet: 01, 39 and 49. RGB value is (1,57,73). Sum of RGB (Red+Green+Blue) = 1+57+73=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #013949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013949 is #FEC6B6. Grayscale: #292929. Windows color (decimal): -16697015 or 4798721. OLE color: 4798721.

HSL color Cylindrical-coordinate representation of color #013949: hue angle of 193.33º 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 #013949 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 57 73 -
CMYK 0.99 0.22 0 0.71
HSL 193.33º 0.97% 0.15% -
HSV(B) 193.33º 0.99% 0.29% -
XYZ 2.68 3.41 6.82 -
YUV 42.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 1 57 73 0.99 0.22 0 0.71 193.33 0.97 0.15
Hex 1 39 49 63 16 0 47 C1 61 F
Octal 1 71 111 143 26 0 107 301 141 17
Binary 1 111001 1001001 1100011 10110 0 1000111 11000001 1100001 1111

Color Harmonies of #013949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013949

Black with #013949

Text Example


Text Example

White with #013949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013949; }

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

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

background-color css

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

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

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

border-color css

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

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

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