Html Css Color HEX #013295 Smalt

📋 copy color: '#013295'

red 1 ◦ green 50 ◦ blue 149

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

Shades of Smalt #013295

Tints of Smalt #013295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

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

R = 0.5%
G = 25%
B = 74.5%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013295 (or 0x013295) is known color: Smalt. HEX triplet: 01, 32 and 95. RGB value is (1,50,149). Sum of RGB (Red+Green+Blue) = 1+50+149=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #013295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013295 is #FECD6A. Grayscale: #2E2E2E. Windows color (decimal): -16698731 or 9777665. OLE color: 9777665.

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

Color convert

RGB 1 50 149 -
CMYK 0.99 0.66 0 0.42
HSL 220.14º 0.99% 0.29% -
HSV(B) 220.14º 0.99% 0.58% -
XYZ 6.58 4.46 28.95 -
YUV 46.64 185.77 95.45 -
System Red Green Blue C M Y K H S L
Decimal 1 50 149 0.99 0.66 0 0.42 220.14 0.99 0.29
Hex 1 32 95 63 42 0 2A DC 63 1D
Octal 1 62 225 143 102 0 52 334 143 35
Binary 1 110010 10010101 1100011 1000010 0 101010 11011100 1100011 11101

Color Harmonies of #013295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013295

Black with #013295

Text Example


Text Example

White with #013295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013295; }

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

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

background-color css

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

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

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

border-color css

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

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

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