Html Css Color HEX #013391 Smalt

📋 copy color: '#013391'

red 1 ◦ green 51 ◦ blue 145

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

Shades of Smalt #013391

Tints of Smalt #013391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 73.6%

R = 0.51%
G = 25.89%
B = 73.6%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#013391 (or 0x013391) is known color: Smalt. HEX triplet: 01, 33 and 91. RGB value is (1,51,145). Sum of RGB (Red+Green+Blue) = 1+51+145=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #013391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013391 is #FECC6E. Grayscale: #2E2E2E. Windows color (decimal): -16698479 or 9515777. OLE color: 9515777.

HSL color Cylindrical-coordinate representation of color #013391: hue angle of 219.17º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013391 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 51 145 -
CMYK 0.99 0.65 0 0.43
HSL 219.17º 0.99% 0.29% -
HSV(B) 219.17º 0.99% 0.57% -
XYZ 6.31 4.42 27.31 -
YUV 46.77 183.44 95.36 -
System Red Green Blue C M Y K H S L
Decimal 1 51 145 0.99 0.65 0 0.43 219.17 0.99 0.29
Hex 1 33 91 63 41 0 2B DB 63 1D
Octal 1 63 221 143 101 0 53 333 143 35
Binary 1 110011 10010001 1100011 1000001 0 101011 11011011 1100011 11101

Color Harmonies of #013391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013391

Black with #013391

Text Example


Text Example

White with #013391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013391; }

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

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

background-color css

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

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

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

border-color css

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

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

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