Html Css Color HEX #013C55 Sherpa Blue

📋 copy color: '#013C55'

red 1 ◦ green 60 ◦ blue 85

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

Shades of Sherpa Blue #013C55

Tints of Sherpa Blue #013C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 58.22%

R = 0.68%
G = 41.1%
B = 58.22%

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

#013C55 (or 0x013C55) is known color: Sherpa Blue. HEX triplet: 01, 3C and 55. RGB value is (1,60,85). Sum of RGB (Red+Green+Blue) = 1+60+85=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #013C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C55 is #FEC3AA. Grayscale: #2D2D2D. Windows color (decimal): -16696235 or 5585921. OLE color: 5585921.

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

Color convert

RGB 1 60 85 -
CMYK 0.99 0.29 0 0.67
HSL 197.86º 0.98% 0.17% -
HSV(B) 197.86º 0.99% 0.33% -
XYZ 3.27 3.89 9.17 -
YUV 45.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 1 60 85 0.99 0.29 0 0.67 197.86 0.98 0.17
Hex 1 3C 55 63 1D 0 43 C6 62 11
Octal 1 74 125 143 35 0 103 306 142 21
Binary 1 111100 1010101 1100011 11101 0 1000011 11000110 1100010 10001

Color Harmonies of #013C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C55

Black with #013C55

Text Example


Text Example

White with #013C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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