Html Css Color HEX #013547 Sherpa Blue

📋 copy color: '#013547'

red 1 ◦ green 53 ◦ blue 71

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

Shades of Sherpa Blue #013547

Tints of Sherpa Blue #013547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.4%

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

R = 0.8%
G = 42.4%
B = 56.8%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#013547 (or 0x013547) is known color: Sherpa Blue. HEX triplet: 01, 35 and 47. RGB value is (1,53,71). Sum of RGB (Red+Green+Blue) = 1+53+71=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #013547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013547 is #FECAB8. Grayscale: #272727. Windows color (decimal): -16698041 or 4666625. OLE color: 4666625.

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

Color convert

RGB 1 53 71 -
CMYK 0.99 0.25 0 0.72
HSL 195.43º 0.97% 0.14% -
HSV(B) 195.43º 0.99% 0.28% -
XYZ 2.42 3.01 6.41 -
YUV 39.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 1 53 71 0.99 0.25 0 0.72 195.43 0.97 0.14
Hex 1 35 47 63 19 0 48 C3 61 E
Octal 1 65 107 143 31 0 110 303 141 16
Binary 1 110101 1000111 1100011 11001 0 1001000 11000011 1100001 1110

Color Harmonies of #013547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013547

Black with #013547

Text Example


Text Example

White with #013547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013547; }

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

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

background-color css

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

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

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

border-color css

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

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

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