Html Css Color HEX #013F99 Smalt

📋 copy color: '#013F99'

red 1 ◦ green 63 ◦ blue 153

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

Shades of Smalt #013F99

Tints of Smalt #013F99

RGB

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

 GREEN value IS 63 (25% from 255) = 29.03%

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

R = 0.46%
G = 29.03%
B = 70.51%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#013F99 (or 0x013F99) is known color: Smalt. HEX triplet: 01, 3F and 99. RGB value is (1,63,153). Sum of RGB (Red+Green+Blue) = 1+63+153=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #013F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013F99 is #FEC066. Grayscale: #363636. Windows color (decimal): -16695399 or 10043137. OLE color: 10043137.

HSL color Cylindrical-coordinate representation of color #013F99: hue angle of 215.53º 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 #013F99 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 63 153 -
CMYK 0.99 0.59 0 0.4
HSL 215.53º 0.99% 0.3% -
HSV(B) 215.53º 0.99% 0.6% -
XYZ 7.54 5.86 30.87 -
YUV 54.72 183.46 89.68 -
System Red Green Blue C M Y K H S L
Decimal 1 63 153 0.99 0.59 0 0.4 215.53 0.99 0.3
Hex 1 3F 99 63 3B 0 28 D8 63 1E
Octal 1 77 231 143 73 0 50 330 143 36
Binary 1 111111 10011001 1100011 111011 0 101000 11011000 1100011 11110

Color Harmonies of #013F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F99

Black with #013F99

Text Example


Text Example

White with #013F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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