Html Css Color HEX #013E4F Sherpa Blue

📋 copy color: '#013E4F'

red 1 ◦ green 62 ◦ blue 79

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

Shades of Sherpa Blue #013E4F

Tints of Sherpa Blue #013E4F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.66%

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

R = 0.7%
G = 43.66%
B = 55.63%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#013E4F (or 0x013E4F) is known color: Sherpa Blue. HEX triplet: 01, 3E and 4F. RGB value is (1,62,79). Sum of RGB (Red+Green+Blue) = 1+62+79=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #013E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E4F is #FEC1B0. Grayscale: #2D2D2D. Windows color (decimal): -16695729 or 5193217. OLE color: 5193217.

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

Color convert

RGB 1 62 79 -
CMYK 0.99 0.22 0 0.69
HSL 193.08º 0.98% 0.16% -
HSV(B) 193.08º 0.99% 0.31% -
XYZ 3.15 4.02 8.01 -
YUV 45.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 1 62 79 0.99 0.22 0 0.69 193.08 0.98 0.16
Hex 1 3E 4F 63 16 0 45 C1 62 10
Octal 1 76 117 143 26 0 105 301 142 20
Binary 1 111110 1001111 1100011 10110 0 1000101 11000001 1100010 10000

Color Harmonies of #013E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E4F

Black with #013E4F

Text Example


Text Example

White with #013E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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