Html Css Color HEX #013B4A Sherpa Blue

📋 copy color: '#013B4A'

red 1 ◦ green 59 ◦ blue 74

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

Shades of Sherpa Blue #013B4A

Tints of Sherpa Blue #013B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 55.22%

R = 0.75%
G = 44.03%
B = 55.22%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#013B4A (or 0x013B4A) is known color: Sherpa Blue. HEX triplet: 01, 3B and 4A. RGB value is (1,59,74). Sum of RGB (Red+Green+Blue) = 1+59+74=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #013B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B4A is #FEC4B5. Grayscale: #2B2B2B. Windows color (decimal): -16696502 or 4864769. OLE color: 4864769.

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

Color convert

RGB 1 59 74 -
CMYK 0.99 0.20 0 0.71
HSL 192.33º 0.97% 0.15% -
HSV(B) 192.33º 0.99% 0.29% -
XYZ 2.81 3.63 7.03 -
YUV 43.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 1 59 74 0.99 0.20 0 0.71 192.33 0.97 0.15
Hex 1 3B 4A 63 14 0 47 C0 61 F
Octal 1 73 112 143 24 0 107 300 141 17
Binary 1 111011 1001010 1100011 10100 0 1000111 11000000 1100001 1111

Color Harmonies of #013B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B4A

Black with #013B4A

Text Example


Text Example

White with #013B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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