Html Css Color HEX #013B4F Sherpa Blue

📋 copy color: '#013B4F'

red 1 ◦ green 59 ◦ blue 79

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

Shades of Sherpa Blue #013B4F

Tints of Sherpa Blue #013B4F

RGB

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

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

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

R = 0.72%
G = 42.45%
B = 56.83%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#013B4F (or 0x013B4F) is known color: Sherpa Blue. HEX triplet: 01, 3B and 4F. RGB value is (1,59,79). Sum of RGB (Red+Green+Blue) = 1+59+79=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #013B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B4F is #FEC4B0. Grayscale: #2B2B2B. Windows color (decimal): -16696497 or 5192449. OLE color: 5192449.

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

Color convert

RGB 1 59 79 -
CMYK 0.99 0.25 0 0.69
HSL 195.38º 0.98% 0.16% -
HSV(B) 195.38º 0.99% 0.31% -
XYZ 2.99 3.7 7.95 -
YUV 43.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 1 59 79 0.99 0.25 0 0.69 195.38 0.98 0.16
Hex 1 3B 4F 63 19 0 45 C3 62 10
Octal 1 73 117 143 31 0 105 303 142 20
Binary 1 111011 1001111 1100011 11001 0 1000101 11000011 1100010 10000

Color Harmonies of #013B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B4F

Black with #013B4F

Text Example


Text Example

White with #013B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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