Html Css Color HEX #013799 Smalt

📋 copy color: '#013799'

red 1 ◦ green 55 ◦ blue 153

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

Shades of Smalt #013799

Tints of Smalt #013799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

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

R = 0.48%
G = 26.32%
B = 73.21%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#013799 (or 0x013799) is known color: Smalt. HEX triplet: 01, 37 and 99. RGB value is (1,55,153). Sum of RGB (Red+Green+Blue) = 1+55+153=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #013799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013799 is #FEC866. Grayscale: #313131. Windows color (decimal): -16697447 or 10041089. OLE color: 10041089.

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

Color convert

RGB 1 55 153 -
CMYK 0.99 0.64 0 0.4
HSL 218.68º 0.99% 0.3% -
HSV(B) 218.68º 0.99% 0.6% -
XYZ 7.13 5.04 30.73 -
YUV 50.03 186.11 93.03 -
System Red Green Blue C M Y K H S L
Decimal 1 55 153 0.99 0.64 0 0.4 218.68 0.99 0.3
Hex 1 37 99 63 40 0 28 DB 63 1E
Octal 1 67 231 143 100 0 50 333 143 36
Binary 1 110111 10011001 1100011 1000000 0 101000 11011011 1100011 11110

Color Harmonies of #013799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013799

Black with #013799

Text Example


Text Example

White with #013799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013799; }

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

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

background-color css

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

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

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

border-color css

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

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

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