Html Css Color HEX #013993 Smalt

📋 copy color: '#013993'

red 1 ◦ green 57 ◦ blue 147

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

Shades of Smalt #013993

Tints of Smalt #013993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 71.71%

R = 0.49%
G = 27.8%
B = 71.71%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013993 (or 0x013993) is known color: Smalt. HEX triplet: 01, 39 and 93. RGB value is (1,57,147). Sum of RGB (Red+Green+Blue) = 1+57+147=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #013993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013993 is #FEC66C. Grayscale: #323232. Windows color (decimal): -16696941 or 9648385. OLE color: 9648385.

HSL color Cylindrical-coordinate representation of color #013993: hue angle of 216.99º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013993 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 57 147 -
CMYK 0.99 0.61 0 0.42
HSL 216.99º 0.99% 0.29% -
HSV(B) 216.99º 0.99% 0.58% -
XYZ 6.74 5.04 28.22 -
YUV 50.52 182.45 92.68 -
System Red Green Blue C M Y K H S L
Decimal 1 57 147 0.99 0.61 0 0.42 216.99 0.99 0.29
Hex 1 39 93 63 3D 0 2A D9 63 1D
Octal 1 71 223 143 75 0 52 331 143 35
Binary 1 111001 10010011 1100011 111101 0 101010 11011001 1100011 11101

Color Harmonies of #013993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013993

Black with #013993

Text Example


Text Example

White with #013993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013993; }

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

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

background-color css

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

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

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

border-color css

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

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

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