Html Css Color HEX #013A46 Sherpa Blue

📋 copy color: '#013A46'

red 1 ◦ green 58 ◦ blue 70

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

Shades of Sherpa Blue #013A46

Tints of Sherpa Blue #013A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 54.26%

R = 0.78%
G = 44.96%
B = 54.26%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013A46 (or 0x013A46) is known color: Sherpa Blue. HEX triplet: 01, 3A and 46. RGB value is (1,58,70). Sum of RGB (Red+Green+Blue) = 1+58+70=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #013A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A46 is #FEC5B9. Grayscale: #2A2A2A. Windows color (decimal): -16696762 or 4602369. OLE color: 4602369.

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

Color convert

RGB 1 58 70 -
CMYK 0.99 0.17 0 0.73
HSL 190.43º 0.97% 0.14% -
HSV(B) 190.43º 0.99% 0.27% -
XYZ 2.63 3.47 6.33 -
YUV 42.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 1 58 70 0.99 0.17 0 0.73 190.43 0.97 0.14
Hex 1 3A 46 63 11 0 49 BE 61 E
Octal 1 72 106 143 21 0 111 276 141 16
Binary 1 111010 1000110 1100011 10001 0 1001001 10111110 1100001 1110

Color Harmonies of #013A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A46

Black with #013A46

Text Example


Text Example

White with #013A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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