Html Css Color HEX #013195 Smalt

📋 copy color: '#013195'

red 1 ◦ green 49 ◦ blue 149

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

Shades of Smalt #013195

Tints of Smalt #013195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 74.87%

R = 0.5%
G = 24.62%
B = 74.87%

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

#013195 (or 0x013195) is known color: Smalt. HEX triplet: 01, 31 and 95. RGB value is (1,49,149). Sum of RGB (Red+Green+Blue) = 1+49+149=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #013195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013195 is #FECE6A. Grayscale: #2D2D2D. Windows color (decimal): -16698987 or 9777409. OLE color: 9777409.

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

Color convert

RGB 1 49 149 -
CMYK 0.99 0.67 0 0.42
HSL 220.54º 0.99% 0.29% -
HSV(B) 220.54º 0.99% 0.58% -
XYZ 6.54 4.37 28.93 -
YUV 46.05 186.1 95.87 -
System Red Green Blue C M Y K H S L
Decimal 1 49 149 0.99 0.67 0 0.42 220.54 0.99 0.29
Hex 1 31 95 63 43 0 2A DD 63 1D
Octal 1 61 225 143 103 0 52 335 143 35
Binary 1 110001 10010101 1100011 1000011 0 101010 11011101 1100011 11101

Color Harmonies of #013195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013195

Black with #013195

Text Example


Text Example

White with #013195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013195; }

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

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

background-color css

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

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

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

border-color css

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

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

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