Html Css Color HEX #013399 Smalt

📋 copy color: '#013399'

red 1 ◦ green 51 ◦ blue 153

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

Shades of Smalt #013399

Tints of Smalt #013399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 74.63%

R = 0.49%
G = 24.88%
B = 74.63%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#013399 (or 0x013399) is known color: Smalt. HEX triplet: 01, 33 and 99. RGB value is (1,51,153). Sum of RGB (Red+Green+Blue) = 1+51+153=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #013399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013399 is #FECC66. Grayscale: #2F2F2F. Windows color (decimal): -16698471 or 10040065. OLE color: 10040065.

HSL color Cylindrical-coordinate representation of color #013399: hue angle of 220.26º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013399 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 51 153 -
CMYK 0.99 0.67 0 0.4
HSL 220.26º 0.99% 0.3% -
HSV(B) 220.26º 0.99% 0.6% -
XYZ 6.95 4.67 30.67 -
YUV 47.68 187.44 94.71 -
System Red Green Blue C M Y K H S L
Decimal 1 51 153 0.99 0.67 0 0.4 220.26 0.99 0.3
Hex 1 33 99 63 43 0 28 DC 63 1E
Octal 1 63 231 143 103 0 50 334 143 36
Binary 1 110011 10011001 1100011 1000011 0 101000 11011100 1100011 11110

Color Harmonies of #013399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013399

Black with #013399

Text Example


Text Example

White with #013399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013399; }

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

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

background-color css

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

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

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

border-color css

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

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

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