Html Css Color HEX #013C47 Sherpa Blue

📋 copy color: '#013C47'

red 1 ◦ green 60 ◦ blue 71

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

Shades of Sherpa Blue #013C47

Tints of Sherpa Blue #013C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.45%

 BLUE value IS 71 (28.13% from 255) = 53.79%

R = 0.76%
G = 45.45%
B = 53.79%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#013C47 (or 0x013C47) is known color: Sherpa Blue. HEX triplet: 01, 3C and 47. RGB value is (1,60,71). Sum of RGB (Red+Green+Blue) = 1+60+71=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #013C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C47 is #FEC3B8. Grayscale: #2B2B2B. Windows color (decimal): -16696249 or 4668417. OLE color: 4668417.

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

Color convert

RGB 1 60 71 -
CMYK 0.99 0.15 0 0.72
HSL 189.43º 0.97% 0.14% -
HSV(B) 189.43º 0.99% 0.28% -
XYZ 2.77 3.69 6.53 -
YUV 43.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 1 60 71 0.99 0.15 0 0.72 189.43 0.97 0.14
Hex 1 3C 47 63 F 0 48 BD 61 E
Octal 1 74 107 143 17 0 110 275 141 16
Binary 1 111100 1000111 1100011 1111 0 1001000 10111101 1100001 1110

Color Harmonies of #013C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C47

Black with #013C47

Text Example


Text Example

White with #013C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,60,71); }

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

background-color css

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

 a { background-color: rgb(1,60,71); }

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

border-color css

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

 span { border-color: rgb(1,60,71); }

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