Html Css Color HEX #013493 Smalt

📋 copy color: '#013493'

red 1 ◦ green 52 ◦ blue 147

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

Shades of Smalt #013493

Tints of Smalt #013493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 73.5%

R = 0.5%
G = 26%
B = 73.5%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013493 (or 0x013493) is known color: Smalt. HEX triplet: 01, 34 and 93. RGB value is (1,52,147). Sum of RGB (Red+Green+Blue) = 1+52+147=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #013493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013493 is #FECB6C. Grayscale: #2F2F2F. Windows color (decimal): -16698221 or 9647105. OLE color: 9647105.

HSL color Cylindrical-coordinate representation of color #013493: hue angle of 219.04º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013493 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 52 147 -
CMYK 0.99 0.65 0 0.42
HSL 219.04º 0.99% 0.29% -
HSV(B) 219.04º 0.99% 0.58% -
XYZ 6.51 4.57 28.14 -
YUV 47.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 1 52 147 0.99 0.65 0 0.42 219.04 0.99 0.29
Hex 1 34 93 63 41 0 2A DB 63 1D
Octal 1 64 223 143 101 0 52 333 143 35
Binary 1 110100 10010011 1100011 1000001 0 101010 11011011 1100011 11101

Color Harmonies of #013493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013493

Black with #013493

Text Example


Text Example

White with #013493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013493; }

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

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

background-color css

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

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

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

border-color css

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

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

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