Html Css Color HEX #013A48 Sherpa Blue

📋 copy color: '#013A48'

red 1 ◦ green 58 ◦ blue 72

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

Shades of Sherpa Blue #013A48

Tints of Sherpa Blue #013A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.96%

R = 0.76%
G = 44.27%
B = 54.96%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#013A48 (or 0x013A48) is known color: Sherpa Blue. HEX triplet: 01, 3A and 48. RGB value is (1,58,72). Sum of RGB (Red+Green+Blue) = 1+58+72=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #013A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A48 is #FEC5B7. Grayscale: #2A2A2A. Windows color (decimal): -16696760 or 4733441. OLE color: 4733441.

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

Color convert

RGB 1 58 72 -
CMYK 0.99 0.19 0 0.72
HSL 191.83º 0.97% 0.14% -
HSV(B) 191.83º 0.99% 0.28% -
XYZ 2.7 3.5 6.66 -
YUV 42.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 1 58 72 0.99 0.19 0 0.72 191.83 0.97 0.14
Hex 1 3A 48 63 13 0 48 C0 61 E
Octal 1 72 110 143 23 0 110 300 141 16
Binary 1 111010 1001000 1100011 10011 0 1001000 11000000 1100001 1110

Color Harmonies of #013A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A48

Black with #013A48

Text Example


Text Example

White with #013A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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