Html Css Color HEX #013C54 Sherpa Blue

📋 copy color: '#013C54'

red 1 ◦ green 60 ◦ blue 84

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

Shades of Sherpa Blue #013C54

Tints of Sherpa Blue #013C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 57.93%

R = 0.69%
G = 41.38%
B = 57.93%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013C54 (or 0x013C54) is known color: Sherpa Blue. HEX triplet: 01, 3C and 54. RGB value is (1,60,84). Sum of RGB (Red+Green+Blue) = 1+60+84=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #013C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C54 is #FEC3AB. Grayscale: #2C2C2C. Windows color (decimal): -16696236 or 5520385. OLE color: 5520385.

HSL color Cylindrical-coordinate representation of color #013C54: hue angle of 197.35º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C54 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 60 84 -
CMYK 0.99 0.29 0 0.67
HSL 197.35º 0.98% 0.17% -
HSV(B) 197.35º 0.99% 0.33% -
XYZ 3.23 3.88 8.97 -
YUV 45.1 149.95 96.55 -
System Red Green Blue C M Y K H S L
Decimal 1 60 84 0.99 0.29 0 0.67 197.35 0.98 0.17
Hex 1 3C 54 63 1D 0 43 C5 62 11
Octal 1 74 124 143 35 0 103 305 142 21
Binary 1 111100 1010100 1100011 11101 0 1000011 11000101 1100010 10001

Color Harmonies of #013C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C54

Black with #013C54

Text Example


Text Example

White with #013C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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