Html Css Color HEX #013996 Smalt

📋 copy color: '#013996'

red 1 ◦ green 57 ◦ blue 150

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

Shades of Smalt #013996

Tints of Smalt #013996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 72.12%

R = 0.48%
G = 27.4%
B = 72.12%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#013996 (or 0x013996) is known color: Smalt. HEX triplet: 01, 39 and 96. RGB value is (1,57,150). Sum of RGB (Red+Green+Blue) = 1+57+150=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #013996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013996 is #FEC669. Grayscale: #323232. Windows color (decimal): -16696938 or 9844993. OLE color: 9844993.

HSL color Cylindrical-coordinate representation of color #013996: hue angle of 217.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013996 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 57 150 -
CMYK 0.99 0.62 0 0.41
HSL 217.45º 0.99% 0.3% -
HSV(B) 217.45º 0.99% 0.59% -
XYZ 6.98 5.13 29.48 -
YUV 50.86 183.95 92.44 -
System Red Green Blue C M Y K H S L
Decimal 1 57 150 0.99 0.62 0 0.41 217.45 0.99 0.3
Hex 1 39 96 63 3E 0 29 D9 63 1E
Octal 1 71 226 143 76 0 51 331 143 36
Binary 1 111001 10010110 1100011 111110 0 101001 11011001 1100011 11110

Color Harmonies of #013996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013996

Black with #013996

Text Example


Text Example

White with #013996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013996; }

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

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

background-color css

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

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

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

border-color css

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

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

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