Html Css Color HEX #013D50 Sherpa Blue

📋 copy color: '#013D50'

red 1 ◦ green 61 ◦ blue 80

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

Shades of Sherpa Blue #013D50

Tints of Sherpa Blue #013D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 56.34%

R = 0.7%
G = 42.96%
B = 56.34%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#013D50 (or 0x013D50) is known color: Sherpa Blue. HEX triplet: 01, 3D and 50. RGB value is (1,61,80). Sum of RGB (Red+Green+Blue) = 1+61+80=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #013D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D50 is #FEC2AF. Grayscale: #2D2D2D. Windows color (decimal): -16695984 or 5258497. OLE color: 5258497.

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

Color convert

RGB 1 61 80 -
CMYK 0.99 0.24 0 0.69
HSL 194.43º 0.98% 0.16% -
HSV(B) 194.43º 0.99% 0.31% -
XYZ 3.13 3.92 8.18 -
YUV 45.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 1 61 80 0.99 0.24 0 0.69 194.43 0.98 0.16
Hex 1 3D 50 63 18 0 45 C2 62 10
Octal 1 75 120 143 30 0 105 302 142 20
Binary 1 111101 1010000 1100011 11000 0 1000101 11000010 1100010 10000

Color Harmonies of #013D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D50

Black with #013D50

Text Example


Text Example

White with #013D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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