Html Css Color HEX #013E55 Sherpa Blue

📋 copy color: '#013E55'

red 1 ◦ green 62 ◦ blue 85

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

Shades of Sherpa Blue #013E55

Tints of Sherpa Blue #013E55

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.89%

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

R = 0.68%
G = 41.89%
B = 57.43%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013E55 (or 0x013E55) is known color: Sherpa Blue. HEX triplet: 01, 3E and 55. RGB value is (1,62,85). Sum of RGB (Red+Green+Blue) = 1+62+85=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #013E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E55 is #FEC1AA. Grayscale: #2E2E2E. Windows color (decimal): -16695723 or 5586433. OLE color: 5586433.

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

Color convert

RGB 1 62 85 -
CMYK 0.99 0.27 0 0.67
HSL 196.43º 0.98% 0.17% -
HSV(B) 196.43º 0.99% 0.33% -
XYZ 3.37 4.11 9.21 -
YUV 46.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 1 62 85 0.99 0.27 0 0.67 196.43 0.98 0.17
Hex 1 3E 55 63 1B 0 43 C4 62 11
Octal 1 76 125 143 33 0 103 304 142 21
Binary 1 111110 1010101 1100011 11011 0 1000011 11000100 1100010 10001

Color Harmonies of #013E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E55

Black with #013E55

Text Example


Text Example

White with #013E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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