Html Css Color HEX #013A4D Sherpa Blue

📋 copy color: '#013A4D'

red 1 ◦ green 58 ◦ blue 77

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

Shades of Sherpa Blue #013A4D

Tints of Sherpa Blue #013A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.65%

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

R = 0.74%
G = 42.65%
B = 56.62%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#013A4D (or 0x013A4D) is known color: Sherpa Blue. HEX triplet: 01, 3A and 4D. RGB value is (1,58,77). Sum of RGB (Red+Green+Blue) = 1+58+77=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #013A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A4D is #FEC5B2. Grayscale: #2A2A2A. Windows color (decimal): -16696755 or 5061121. OLE color: 5061121.

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

Color convert

RGB 1 58 77 -
CMYK 0.99 0.25 0 0.70
HSL 195º 0.97% 0.15% -
HSV(B) 195º 0.99% 0.3% -
XYZ 2.87 3.57 7.56 -
YUV 43.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 1 58 77 0.99 0.25 0 0.70 195 0.97 0.15
Hex 1 3A 4D 63 19 0 46 C3 61 F
Octal 1 72 115 143 31 0 106 303 141 17
Binary 1 111010 1001101 1100011 11001 0 1000110 11000011 1100001 1111

Color Harmonies of #013A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A4D

Black with #013A4D

Text Example


Text Example

White with #013A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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