Html Css Color HEX #013E4D Sherpa Blue

📋 copy color: '#013E4D'

red 1 ◦ green 62 ◦ blue 77

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

Shades of Sherpa Blue #013E4D

Tints of Sherpa Blue #013E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 55%

R = 0.71%
G = 44.29%
B = 55%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#013E4D (or 0x013E4D) is known color: Sherpa Blue. HEX triplet: 01, 3E and 4D. RGB value is (1,62,77). Sum of RGB (Red+Green+Blue) = 1+62+77=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #013E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E4D is #FEC1B2. Grayscale: #2D2D2D. Windows color (decimal): -16695731 or 5062145. OLE color: 5062145.

HSL color Cylindrical-coordinate representation of color #013E4D: hue angle of 191.84º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E4D is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 62 77 -
CMYK 0.99 0.19 0 0.70
HSL 191.84º 0.97% 0.15% -
HSV(B) 191.84º 0.99% 0.3% -
XYZ 3.07 3.99 7.63 -
YUV 45.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 1 62 77 0.99 0.19 0 0.70 191.84 0.97 0.15
Hex 1 3E 4D 63 13 0 46 C0 61 F
Octal 1 76 115 143 23 0 106 300 141 17
Binary 1 111110 1001101 1100011 10011 0 1000110 11000000 1100001 1111

Color Harmonies of #013E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E4D

Black with #013E4D

Text Example


Text Example

White with #013E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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