Html Css Color HEX #013D4E Sherpa Blue

📋 copy color: '#013D4E'

red 1 ◦ green 61 ◦ blue 78

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

Shades of Sherpa Blue #013D4E

Tints of Sherpa Blue #013D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 43.57%

 BLUE value IS 78 (30.86% from 255) = 55.71%

R = 0.71%
G = 43.57%
B = 55.71%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#013D4E (or 0x013D4E) is known color: Sherpa Blue. HEX triplet: 01, 3D and 4E. RGB value is (1,61,78). Sum of RGB (Red+Green+Blue) = 1+61+78=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #013D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D4E is #FEC2B1. Grayscale: #2C2C2C. Windows color (decimal): -16695986 or 5127425. OLE color: 5127425.

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

Color convert

RGB 1 61 78 -
CMYK 0.99 0.22 0 0.69
HSL 193.25º 0.97% 0.15% -
HSV(B) 193.25º 0.99% 0.31% -
XYZ 3.06 3.89 7.8 -
YUV 45 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 1 61 78 0.99 0.22 0 0.69 193.25 0.97 0.15
Hex 1 3D 4E 63 16 0 45 C1 61 F
Octal 1 75 116 143 26 0 105 301 141 17
Binary 1 111101 1001110 1100011 10110 0 1000101 11000001 1100001 1111

Color Harmonies of #013D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D4E

Black with #013D4E

Text Example


Text Example

White with #013D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,61,78); }

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

background-color css

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

 a { background-color: rgb(1,61,78); }

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

border-color css

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

 span { border-color: rgb(1,61,78); }

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