Html Css Color HEX #013193 Smalt

📋 copy color: '#013193'

red 1 ◦ green 49 ◦ blue 147

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

Shades of Smalt #013193

Tints of Smalt #013193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.87%

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

R = 0.51%
G = 24.87%
B = 74.62%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013193 (or 0x013193) is known color: Smalt. HEX triplet: 01, 31 and 93. RGB value is (1,49,147). Sum of RGB (Red+Green+Blue) = 1+49+147=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #013193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013193 is #FECE6C. Grayscale: #2D2D2D. Windows color (decimal): -16698989 or 9646337. OLE color: 9646337.

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

Color convert

RGB 1 49 147 -
CMYK 0.99 0.67 0 0.42
HSL 220.27º 0.99% 0.29% -
HSV(B) 220.27º 0.99% 0.58% -
XYZ 6.38 4.31 28.1 -
YUV 45.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 1 49 147 0.99 0.67 0 0.42 220.27 0.99 0.29
Hex 1 31 93 63 43 0 2A DC 63 1D
Octal 1 61 223 143 103 0 52 334 143 35
Binary 1 110001 10010011 1100011 1000011 0 101010 11011100 1100011 11101

Color Harmonies of #013193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013193

Black with #013193

Text Example


Text Example

White with #013193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013193; }

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

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

background-color css

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

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

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

border-color css

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

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

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