Html Css Color HEX #013A97 Smalt

📋 copy color: '#013A97'

red 1 ◦ green 58 ◦ blue 151

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

Shades of Smalt #013A97

Tints of Smalt #013A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 71.9%

R = 0.48%
G = 27.62%
B = 71.9%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#013A97 (or 0x013A97) is known color: Smalt. HEX triplet: 01, 3A and 97. RGB value is (1,58,151). Sum of RGB (Red+Green+Blue) = 1+58+151=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #013A97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013A97 is #FEC568. Grayscale: #333333. Windows color (decimal): -16696681 or 9910785. OLE color: 9910785.

HSL color Cylindrical-coordinate representation of color #013A97: hue angle of 217.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A97 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 58 151 -
CMYK 0.99 0.62 0 0.41
HSL 217.2º 0.99% 0.3% -
HSV(B) 217.2º 0.99% 0.59% -
XYZ 7.11 5.27 29.92 -
YUV 51.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 1 58 151 0.99 0.62 0 0.41 217.2 0.99 0.3
Hex 1 3A 97 63 3E 0 29 D9 63 1E
Octal 1 72 227 143 76 0 51 331 143 36
Binary 1 111010 10010111 1100011 111110 0 101001 11011001 1100011 11110

Color Harmonies of #013A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A97

Black with #013A97

Text Example


Text Example

White with #013A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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