Html Css Color HEX #013B4D Sherpa Blue

📋 copy color: '#013B4D'

red 1 ◦ green 59 ◦ blue 77

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

Shades of Sherpa Blue #013B4D

Tints of Sherpa Blue #013B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 43.07%

 BLUE value IS 77 (30.47% from 255) = 56.2%

R = 0.73%
G = 43.07%
B = 56.2%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#013B4D (or 0x013B4D) is known color: Sherpa Blue. HEX triplet: 01, 3B and 4D. RGB value is (1,59,77). Sum of RGB (Red+Green+Blue) = 1+59+77=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #013B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B4D is #FEC4B2. Grayscale: #2B2B2B. Windows color (decimal): -16696499 or 5061377. OLE color: 5061377.

HSL color Cylindrical-coordinate representation of color #013B4D: hue angle of 194.21º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B4D is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 59 77 -
CMYK 0.99 0.23 0 0.70
HSL 194.21º 0.97% 0.15% -
HSV(B) 194.21º 0.99% 0.3% -
XYZ 2.92 3.67 7.58 -
YUV 43.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 1 59 77 0.99 0.23 0 0.70 194.21 0.97 0.15
Hex 1 3B 4D 63 17 0 46 C2 61 F
Octal 1 73 115 143 27 0 106 302 141 17
Binary 1 111011 1001101 1100011 10111 0 1000110 11000010 1100001 1111

Color Harmonies of #013B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B4D

Black with #013B4D

Text Example


Text Example

White with #013B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,59,77); }

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

background-color css

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

 a { background-color: rgb(1,59,77); }

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

border-color css

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

 span { border-color: rgb(1,59,77); }

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