Html Css Color HEX #013994 Smalt

📋 copy color: '#013994'

red 1 ◦ green 57 ◦ blue 148

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

Shades of Smalt #013994

Tints of Smalt #013994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 71.84%

R = 0.49%
G = 27.67%
B = 71.84%

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

#013994 (or 0x013994) is known color: Smalt. HEX triplet: 01, 39 and 94. RGB value is (1,57,148). Sum of RGB (Red+Green+Blue) = 1+57+148=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #013994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013994 is #FEC66B. Grayscale: #323232. Windows color (decimal): -16696940 or 9713921. OLE color: 9713921.

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

Color convert

RGB 1 57 148 -
CMYK 0.99 0.61 0 0.42
HSL 217.14º 0.99% 0.29% -
HSV(B) 217.14º 0.99% 0.58% -
XYZ 6.82 5.07 28.64 -
YUV 50.63 182.95 92.6 -
System Red Green Blue C M Y K H S L
Decimal 1 57 148 0.99 0.61 0 0.42 217.14 0.99 0.29
Hex 1 39 94 63 3D 0 2A D9 63 1D
Octal 1 71 224 143 75 0 52 331 143 35
Binary 1 111001 10010100 1100011 111101 0 101010 11011001 1100011 11101

Color Harmonies of #013994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013994

Black with #013994

Text Example


Text Example

White with #013994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013994; }

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

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

background-color css

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

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

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

border-color css

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

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

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