Html Css Color HEX #013C4A Sherpa Blue

📋 copy color: '#013C4A'

red 1 ◦ green 60 ◦ blue 74

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

Shades of Sherpa Blue #013C4A

Tints of Sherpa Blue #013C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.44%

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

R = 0.74%
G = 44.44%
B = 54.81%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#013C4A (or 0x013C4A) is known color: Sherpa Blue. HEX triplet: 01, 3C and 4A. RGB value is (1,60,74). Sum of RGB (Red+Green+Blue) = 1+60+74=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #013C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C4A is #FEC3B5. Grayscale: #2B2B2B. Windows color (decimal): -16696246 or 4865025. OLE color: 4865025.

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

Color convert

RGB 1 60 74 -
CMYK 0.99 0.19 0 0.71
HSL 191.51º 0.97% 0.15% -
HSV(B) 191.51º 0.99% 0.29% -
XYZ 2.86 3.73 7.05 -
YUV 43.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 1 60 74 0.99 0.19 0 0.71 191.51 0.97 0.15
Hex 1 3C 4A 63 13 0 47 C0 61 F
Octal 1 74 112 143 23 0 107 300 141 17
Binary 1 111100 1001010 1100011 10011 0 1000111 11000000 1100001 1111

Color Harmonies of #013C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C4A

Black with #013C4A

Text Example


Text Example

White with #013C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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