Html Css Color HEX #013899 Smalt

📋 copy color: '#013899'

red 1 ◦ green 56 ◦ blue 153

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

Shades of Smalt #013899

Tints of Smalt #013899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.67%

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

R = 0.48%
G = 26.67%
B = 72.86%

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

#013899 (or 0x013899) is known color: Smalt. HEX triplet: 01, 38 and 99. RGB value is (1,56,153). Sum of RGB (Red+Green+Blue) = 1+56+153=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #013899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013899 is #FEC766. Grayscale: #323232. Windows color (decimal): -16697191 or 10041345. OLE color: 10041345.

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

Color convert

RGB 1 56 153 -
CMYK 0.99 0.63 0 0.4
HSL 218.29º 0.99% 0.3% -
HSV(B) 218.29º 0.99% 0.6% -
XYZ 7.18 5.13 30.75 -
YUV 50.61 185.78 92.61 -
System Red Green Blue C M Y K H S L
Decimal 1 56 153 0.99 0.63 0 0.4 218.29 0.99 0.3
Hex 1 38 99 63 3F 0 28 DA 63 1E
Octal 1 70 231 143 77 0 50 332 143 36
Binary 1 111000 10011001 1100011 111111 0 101000 11011010 1100011 11110

Color Harmonies of #013899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013899

Black with #013899

Text Example


Text Example

White with #013899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013899; }

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

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

background-color css

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

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

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

border-color css

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

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

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