Html Css Color HEX #013D53 Sherpa Blue

📋 copy color: '#013D53'

red 1 ◦ green 61 ◦ blue 83

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

Shades of Sherpa Blue #013D53

Tints of Sherpa Blue #013D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 57.24%

R = 0.69%
G = 42.07%
B = 57.24%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013D53 (or 0x013D53) is known color: Sherpa Blue. HEX triplet: 01, 3D and 53. RGB value is (1,61,83). Sum of RGB (Red+Green+Blue) = 1+61+83=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #013D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D53 is #FEC2AC. Grayscale: #2D2D2D. Windows color (decimal): -16695981 or 5455105. OLE color: 5455105.

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

Color convert

RGB 1 61 83 -
CMYK 0.99 0.27 0 0.67
HSL 196.1º 0.98% 0.16% -
HSV(B) 196.1º 0.99% 0.33% -
XYZ 3.24 3.97 8.78 -
YUV 45.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 1 61 83 0.99 0.27 0 0.67 196.1 0.98 0.16
Hex 1 3D 53 63 1B 0 43 C4 62 10
Octal 1 75 123 143 33 0 103 304 142 20
Binary 1 111101 1010011 1100011 11011 0 1000011 11000100 1100010 10000

Color Harmonies of #013D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D53

Black with #013D53

Text Example


Text Example

White with #013D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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