Html Css Color HEX #013F56 Sherpa Blue

📋 copy color: '#013F56'

red 1 ◦ green 63 ◦ blue 86

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

Shades of Sherpa Blue #013F56

Tints of Sherpa Blue #013F56

RGB

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

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

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

R = 0.67%
G = 42%
B = 57.33%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013F56 (or 0x013F56) is known color: Sherpa Blue. HEX triplet: 01, 3F and 56. RGB value is (1,63,86). Sum of RGB (Red+Green+Blue) = 1+63+86=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #013F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F56 is #FEC0A9. Grayscale: #2E2E2E. Windows color (decimal): -16695466 or 5652225. OLE color: 5652225.

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

Color convert

RGB 1 63 86 -
CMYK 0.99 0.27 0 0.66
HSL 196.24º 0.98% 0.17% -
HSV(B) 196.24º 0.99% 0.34% -
XYZ 3.47 4.23 9.44 -
YUV 47.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 1 63 86 0.99 0.27 0 0.66 196.24 0.98 0.17
Hex 1 3F 56 63 1B 0 42 C4 62 11
Octal 1 77 126 143 33 0 102 304 142 21
Binary 1 111111 1010110 1100011 11011 0 1000010 11000100 1100010 10001

Color Harmonies of #013F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F56

Black with #013F56

Text Example


Text Example

White with #013F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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