Html Css Color HEX #013595 Smalt

📋 copy color: '#013595'

red 1 ◦ green 53 ◦ blue 149

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

Shades of Smalt #013595

Tints of Smalt #013595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.11%

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

R = 0.49%
G = 26.11%
B = 73.4%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013595 (or 0x013595) is known color: Smalt. HEX triplet: 01, 35 and 95. RGB value is (1,53,149). Sum of RGB (Red+Green+Blue) = 1+53+149=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #013595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013595 is #FECA6A. Grayscale: #2F2F2F. Windows color (decimal): -16697963 or 9778433. OLE color: 9778433.

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

Color convert

RGB 1 53 149 -
CMYK 0.99 0.64 0 0.42
HSL 218.92º 0.99% 0.29% -
HSV(B) 218.92º 0.99% 0.58% -
XYZ 6.71 4.72 28.99 -
YUV 48.4 184.77 94.19 -
System Red Green Blue C M Y K H S L
Decimal 1 53 149 0.99 0.64 0 0.42 218.92 0.99 0.29
Hex 1 35 95 63 40 0 2A DB 63 1D
Octal 1 65 225 143 100 0 52 333 143 35
Binary 1 110101 10010101 1100011 1000000 0 101010 11011011 1100011 11101

Color Harmonies of #013595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013595

Black with #013595

Text Example


Text Example

White with #013595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013595; }

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

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

background-color css

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

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

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

border-color css

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

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

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