Html Css Color HEX #013F47 Sherpa Blue

📋 copy color: '#013F47'

red 1 ◦ green 63 ◦ blue 71

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

Shades of Sherpa Blue #013F47

Tints of Sherpa Blue #013F47

RGB

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

 GREEN value IS 63 (25% from 255) = 46.67%

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

R = 0.74%
G = 46.67%
B = 52.59%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#013F47 (or 0x013F47) is known color: Sherpa Blue. HEX triplet: 01, 3F and 47. RGB value is (1,63,71). Sum of RGB (Red+Green+Blue) = 1+63+71=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #013F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F47 is #FEC0B8. Grayscale: #2D2D2D. Windows color (decimal): -16695481 or 4669185. OLE color: 4669185.

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

Color convert

RGB 1 63 71 -
CMYK 0.99 0.11 0 0.72
HSL 186.86º 0.97% 0.14% -
HSV(B) 186.86º 0.99% 0.28% -
XYZ 2.93 4.02 6.58 -
YUV 45.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 1 63 71 0.99 0.11 0 0.72 186.86 0.97 0.14
Hex 1 3F 47 63 B 0 48 BB 61 E
Octal 1 77 107 143 13 0 110 273 141 16
Binary 1 111111 1000111 1100011 1011 0 1001000 10111011 1100001 1110

Color Harmonies of #013F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F47

Black with #013F47

Text Example


Text Example

White with #013F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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