Html Css Color HEX #013999 Smalt

📋 copy color: '#013999'

red 1 ◦ green 57 ◦ blue 153

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

Shades of Smalt #013999

Tints of Smalt #013999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

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

R = 0.47%
G = 27.01%
B = 72.51%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#013999 (or 0x013999) is known color: Smalt. HEX triplet: 01, 39 and 99. RGB value is (1,57,153). Sum of RGB (Red+Green+Blue) = 1+57+153=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #013999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013999 is #FEC666. Grayscale: #323232. Windows color (decimal): -16696935 or 10041601. OLE color: 10041601.

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

Color convert

RGB 1 57 153 -
CMYK 0.99 0.63 0 0.4
HSL 217.89º 0.99% 0.3% -
HSV(B) 217.89º 0.99% 0.6% -
XYZ 7.23 5.23 30.77 -
YUV 51.2 185.45 92.19 -
System Red Green Blue C M Y K H S L
Decimal 1 57 153 0.99 0.63 0 0.4 217.89 0.99 0.3
Hex 1 39 99 63 3F 0 28 DA 63 1E
Octal 1 71 231 143 77 0 50 332 143 36
Binary 1 111001 10011001 1100011 111111 0 101000 11011010 1100011 11110

Color Harmonies of #013999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013999

Black with #013999

Text Example


Text Example

White with #013999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013999; }

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

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

background-color css

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

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

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

border-color css

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

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

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