Html Css Color HEX #013D56 Sherpa Blue

📋 copy color: '#013D56'

red 1 ◦ green 61 ◦ blue 86

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

Shades of Sherpa Blue #013D56

Tints of Sherpa Blue #013D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 58.11%

R = 0.68%
G = 41.22%
B = 58.11%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013D56 (or 0x013D56) is known color: Sherpa Blue. HEX triplet: 01, 3D and 56. RGB value is (1,61,86). Sum of RGB (Red+Green+Blue) = 1+61+86=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #013D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D56 is #FEC2A9. Grayscale: #2D2D2D. Windows color (decimal): -16695978 or 5651713. OLE color: 5651713.

HSL color Cylindrical-coordinate representation of color #013D56: hue angle of 197.65º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D56 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 61 86 -
CMYK 0.99 0.29 0 0.66
HSL 197.65º 0.98% 0.17% -
HSV(B) 197.65º 0.99% 0.34% -
XYZ 3.36 4.02 9.4 -
YUV 45.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 1 61 86 0.99 0.29 0 0.66 197.65 0.98 0.17
Hex 1 3D 56 63 1D 0 42 C6 62 11
Octal 1 75 126 143 35 0 102 306 142 21
Binary 1 111101 1010110 1100011 11101 0 1000010 11000110 1100010 10001

Color Harmonies of #013D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D56

Black with #013D56

Text Example


Text Example

White with #013D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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