Html Css Color HEX #013495 Smalt

📋 copy color: '#013495'

red 1 ◦ green 52 ◦ blue 149

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

Shades of Smalt #013495

Tints of Smalt #013495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

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

R = 0.5%
G = 25.74%
B = 73.76%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013495 (or 0x013495) is known color: Smalt. HEX triplet: 01, 34 and 95. RGB value is (1,52,149). Sum of RGB (Red+Green+Blue) = 1+52+149=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #013495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013495 is #FECB6A. Grayscale: #2F2F2F. Windows color (decimal): -16698219 or 9778177. OLE color: 9778177.

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

Color convert

RGB 1 52 149 -
CMYK 0.99 0.65 0 0.42
HSL 219.32º 0.99% 0.29% -
HSV(B) 219.32º 0.99% 0.58% -
XYZ 6.67 4.63 28.98 -
YUV 47.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 1 52 149 0.99 0.65 0 0.42 219.32 0.99 0.29
Hex 1 34 95 63 41 0 2A DB 63 1D
Octal 1 64 225 143 101 0 52 333 143 35
Binary 1 110100 10010101 1100011 1000001 0 101010 11011011 1100011 11101

Color Harmonies of #013495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013495

Black with #013495

Text Example


Text Example

White with #013495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013495; }

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

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

background-color css

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

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

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

border-color css

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

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

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