Html Css Color HEX #013F4F Sherpa Blue

📋 copy color: '#013F4F'

red 1 ◦ green 63 ◦ blue 79

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

Shades of Sherpa Blue #013F4F

Tints of Sherpa Blue #013F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 55.24%

R = 0.7%
G = 44.06%
B = 55.24%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#013F4F (or 0x013F4F) is known color: Sherpa Blue. HEX triplet: 01, 3F and 4F. RGB value is (1,63,79). Sum of RGB (Red+Green+Blue) = 1+63+79=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #013F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F4F is #FEC0B0. Grayscale: #2E2E2E. Windows color (decimal): -16695473 or 5193473. OLE color: 5193473.

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

Color convert

RGB 1 63 79 -
CMYK 0.99 0.20 0 0.69
HSL 192.31º 0.98% 0.16% -
HSV(B) 192.31º 0.99% 0.31% -
XYZ 3.2 4.13 8.02 -
YUV 46.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 1 63 79 0.99 0.20 0 0.69 192.31 0.98 0.16
Hex 1 3F 4F 63 14 0 45 C0 62 10
Octal 1 77 117 143 24 0 105 300 142 20
Binary 1 111111 1001111 1100011 10100 0 1000101 11000000 1100010 10000

Color Harmonies of #013F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F4F

Black with #013F4F

Text Example


Text Example

White with #013F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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