Html Css Color HEX #013190 Smalt

📋 copy color: '#013190'

red 1 ◦ green 49 ◦ blue 144

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

Shades of Smalt #013190

Tints of Smalt #013190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 74.23%

R = 0.52%
G = 25.26%
B = 74.23%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#013190 (or 0x013190) is known color: Smalt. HEX triplet: 01, 31 and 90. RGB value is (1,49,144). Sum of RGB (Red+Green+Blue) = 1+49+144=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #013190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013190 is #FECE6F. Grayscale: #2D2D2D. Windows color (decimal): -16698992 or 9449729. OLE color: 9449729.

HSL color Cylindrical-coordinate representation of color #013190: hue angle of 219.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013190 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 49 144 -
CMYK 0.99 0.66 0 0.44
HSL 219.86º 0.99% 0.28% -
HSV(B) 219.86º 0.99% 0.56% -
XYZ 6.14 4.22 26.88 -
YUV 45.48 183.6 96.28 -
System Red Green Blue C M Y K H S L
Decimal 1 49 144 0.99 0.66 0 0.44 219.86 0.99 0.28
Hex 1 31 90 63 42 0 2C DC 63 1C
Octal 1 61 220 143 102 0 54 334 143 34
Binary 1 110001 10010000 1100011 1000010 0 101100 11011100 1100011 11100

Color Harmonies of #013190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013190

Black with #013190

Text Example


Text Example

White with #013190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013190; }

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

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

background-color css

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

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

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

border-color css

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

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

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