Html Css Color HEX #013A44 Sherpa Blue

📋 copy color: '#013A44'

red 1 ◦ green 58 ◦ blue 68

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

Shades of Sherpa Blue #013A44

Tints of Sherpa Blue #013A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 53.54%

R = 0.79%
G = 45.67%
B = 53.54%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013A44 (or 0x013A44) is known color: Sherpa Blue. HEX triplet: 01, 3A and 44. RGB value is (1,58,68). Sum of RGB (Red+Green+Blue) = 1+58+68=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #013A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A44 is #FEC5BB. Grayscale: #2A2A2A. Windows color (decimal): -16696764 or 4471297. OLE color: 4471297.

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

Color convert

RGB 1 58 68 -
CMYK 0.99 0.15 0 0.73
HSL 188.96º 0.97% 0.14% -
HSV(B) 188.96º 0.99% 0.27% -
XYZ 2.57 3.45 6 -
YUV 42.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 1 58 68 0.99 0.15 0 0.73 188.96 0.97 0.14
Hex 1 3A 44 63 F 0 49 BD 61 E
Octal 1 72 104 143 17 0 111 275 141 16
Binary 1 111010 1000100 1100011 1111 0 1001001 10111101 1100001 1110

Color Harmonies of #013A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A44

Black with #013A44

Text Example


Text Example

White with #013A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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