Html Css Color HEX #013F53 Sherpa Blue

📋 copy color: '#013F53'

red 1 ◦ green 63 ◦ blue 83

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

Shades of Sherpa Blue #013F53

Tints of Sherpa Blue #013F53

RGB

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

 GREEN value IS 63 (25% from 255) = 42.86%

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

R = 0.68%
G = 42.86%
B = 56.46%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013F53 (or 0x013F53) is known color: Sherpa Blue. HEX triplet: 01, 3F and 53. RGB value is (1,63,83). Sum of RGB (Red+Green+Blue) = 1+63+83=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #013F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F53 is #FEC0AC. Grayscale: #2E2E2E. Windows color (decimal): -16695469 or 5455617. OLE color: 5455617.

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

Color convert

RGB 1 63 83 -
CMYK 0.99 0.24 0 0.67
HSL 194.63º 0.98% 0.16% -
HSV(B) 194.63º 0.99% 0.33% -
XYZ 3.35 4.19 8.81 -
YUV 46.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 1 63 83 0.99 0.24 0 0.67 194.63 0.98 0.16
Hex 1 3F 53 63 18 0 43 C3 62 10
Octal 1 77 123 143 30 0 103 303 142 20
Binary 1 111111 1010011 1100011 11000 0 1000011 11000011 1100010 10000

Color Harmonies of #013F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F53

Black with #013F53

Text Example


Text Example

White with #013F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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