Html Css Color HEX #013A4C Sherpa Blue

📋 copy color: '#013A4C'

red 1 ◦ green 58 ◦ blue 76

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

Shades of Sherpa Blue #013A4C

Tints of Sherpa Blue #013A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.96%

 BLUE value IS 76 (30.08% from 255) = 56.3%

R = 0.74%
G = 42.96%
B = 56.3%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#013A4C (or 0x013A4C) is known color: Sherpa Blue. HEX triplet: 01, 3A and 4C. RGB value is (1,58,76). Sum of RGB (Red+Green+Blue) = 1+58+76=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #013A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A4C is #FEC5B3. Grayscale: #2A2A2A. Windows color (decimal): -16696756 or 4995585. OLE color: 4995585.

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

Color convert

RGB 1 58 76 -
CMYK 0.99 0.24 0 0.70
HSL 194.4º 0.97% 0.15% -
HSV(B) 194.4º 0.99% 0.3% -
XYZ 2.83 3.55 7.37 -
YUV 43.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 1 58 76 0.99 0.24 0 0.70 194.4 0.97 0.15
Hex 1 3A 4C 63 18 0 46 C2 61 F
Octal 1 72 114 143 30 0 106 302 141 17
Binary 1 111010 1001100 1100011 11000 0 1000110 11000010 1100001 1111

Color Harmonies of #013A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A4C

Black with #013A4C

Text Example


Text Example

White with #013A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,76); }

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

background-color css

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

 a { background-color: rgb(1,58,76); }

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

border-color css

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

 span { border-color: rgb(1,58,76); }

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