Html Css Color HEX #013395 Smalt

📋 copy color: '#013395'

red 1 ◦ green 51 ◦ blue 149

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

Shades of Smalt #013395

Tints of Smalt #013395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 0.5%
G = 25.37%
B = 74.13%

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

#013395 (or 0x013395) is known color: Smalt. HEX triplet: 01, 33 and 95. RGB value is (1,51,149). Sum of RGB (Red+Green+Blue) = 1+51+149=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #013395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013395 is #FECC6A. Grayscale: #2E2E2E. Windows color (decimal): -16698475 or 9777921. OLE color: 9777921.

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

Color convert

RGB 1 51 149 -
CMYK 0.99 0.66 0 0.42
HSL 219.73º 0.99% 0.29% -
HSV(B) 219.73º 0.99% 0.58% -
XYZ 6.62 4.54 28.96 -
YUV 47.22 185.44 95.03 -
System Red Green Blue C M Y K H S L
Decimal 1 51 149 0.99 0.66 0 0.42 219.73 0.99 0.29
Hex 1 33 95 63 42 0 2A DC 63 1D
Octal 1 63 225 143 102 0 52 334 143 35
Binary 1 110011 10010101 1100011 1000010 0 101010 11011100 1100011 11101

Color Harmonies of #013395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013395

Black with #013395

Text Example


Text Example

White with #013395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013395; }

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

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

background-color css

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

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

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

border-color css

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

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

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