Html Css Color HEX #013497 Smalt

📋 copy color: '#013497'

red 1 ◦ green 52 ◦ blue 151

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

Shades of Smalt #013497

Tints of Smalt #013497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 0.49%
G = 25.49%
B = 74.02%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#013497 (or 0x013497) is known color: Smalt. HEX triplet: 01, 34 and 97. RGB value is (1,52,151). Sum of RGB (Red+Green+Blue) = 1+52+151=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 151 (59.38% from 255 or 74.02% from 204); Max value from RGB is 151 - color contains mainly: blue. Hex color #013497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013497 is #FECB68. Grayscale: #2F2F2F. Windows color (decimal): -16698217 or 9909249. OLE color: 9909249.

HSL color Cylindrical-coordinate representation of color #013497: hue angle of 219.6º 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 #013497 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 52 151 -
CMYK 0.99 0.66 0 0.41
HSL 219.6º 0.99% 0.3% -
HSV(B) 219.6º 0.99% 0.59% -
XYZ 6.83 4.7 29.82 -
YUV 48.04 186.1 94.45 -
System Red Green Blue C M Y K H S L
Decimal 1 52 151 0.99 0.66 0 0.41 219.6 0.99 0.3
Hex 1 34 97 63 42 0 29 DC 63 1E
Octal 1 64 227 143 102 0 51 334 143 36
Binary 1 110100 10010111 1100011 1000010 0 101001 11011100 1100011 11110

Color Harmonies of #013497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013497

Black with #013497

Text Example


Text Example

White with #013497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013497; }

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

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

background-color css

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

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

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

border-color css

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

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

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