Html Css Color HEX #013B49 Sherpa Blue

📋 copy color: '#013B49'

red 1 ◦ green 59 ◦ blue 73

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

Shades of Sherpa Blue #013B49

Tints of Sherpa Blue #013B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 44.36%

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

R = 0.75%
G = 44.36%
B = 54.89%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#013B49 (or 0x013B49) is known color: Sherpa Blue. HEX triplet: 01, 3B and 49. RGB value is (1,59,73). Sum of RGB (Red+Green+Blue) = 1+59+73=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #013B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B49 is #FEC4B6. Grayscale: #2B2B2B. Windows color (decimal): -16696503 or 4799233. OLE color: 4799233.

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

Color convert

RGB 1 59 73 -
CMYK 0.99 0.19 0 0.71
HSL 191.67º 0.97% 0.15% -
HSV(B) 191.67º 0.99% 0.29% -
XYZ 2.78 3.62 6.85 -
YUV 43.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 1 59 73 0.99 0.19 0 0.71 191.67 0.97 0.15
Hex 1 3B 49 63 13 0 47 C0 61 F
Octal 1 73 111 143 23 0 107 300 141 17
Binary 1 111011 1001001 1100011 10011 0 1000111 11000000 1100001 1111

Color Harmonies of #013B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B49

Black with #013B49

Text Example


Text Example

White with #013B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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