Html Css Color HEX #013196 Smalt

📋 copy color: '#013196'

red 1 ◦ green 49 ◦ blue 150

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

Shades of Smalt #013196

Tints of Smalt #013196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 75%

R = 0.5%
G = 24.5%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#013196 (or 0x013196) is known color: Smalt. HEX triplet: 01, 31 and 96. RGB value is (1,49,150). Sum of RGB (Red+Green+Blue) = 1+49+150=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #013196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013196 is #FECE69. Grayscale: #2D2D2D. Windows color (decimal): -16698986 or 9842945. OLE color: 9842945.

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

Color convert

RGB 1 49 150 -
CMYK 0.99 0.67 0 0.41
HSL 220.67º 0.99% 0.3% -
HSV(B) 220.67º 0.99% 0.59% -
XYZ 6.62 4.41 29.36 -
YUV 46.16 186.6 95.79 -
System Red Green Blue C M Y K H S L
Decimal 1 49 150 0.99 0.67 0 0.41 220.67 0.99 0.3
Hex 1 31 96 63 43 0 29 DD 63 1E
Octal 1 61 226 143 103 0 51 335 143 36
Binary 1 110001 10010110 1100011 1000011 0 101001 11011101 1100011 11110

Color Harmonies of #013196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013196

Black with #013196

Text Example


Text Example

White with #013196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013196; }

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

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

background-color css

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

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

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

border-color css

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

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

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