Html Css Color HEX #013696 Smalt

📋 copy color: '#013696'

red 1 ◦ green 54 ◦ blue 150

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

Shades of Smalt #013696

Tints of Smalt #013696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

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

R = 0.49%
G = 26.34%
B = 73.17%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#013696 (or 0x013696) is known color: Smalt. HEX triplet: 01, 36 and 96. RGB value is (1,54,150). Sum of RGB (Red+Green+Blue) = 1+54+150=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #013696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013696 is #FEC969. Grayscale: #303030. Windows color (decimal): -16697706 or 9844225. OLE color: 9844225.

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

Color convert

RGB 1 54 150 -
CMYK 0.99 0.64 0 0.41
HSL 218.66º 0.99% 0.3% -
HSV(B) 218.66º 0.99% 0.59% -
XYZ 6.84 4.85 29.43 -
YUV 49.1 184.94 93.69 -
System Red Green Blue C M Y K H S L
Decimal 1 54 150 0.99 0.64 0 0.41 218.66 0.99 0.3
Hex 1 36 96 63 40 0 29 DB 63 1E
Octal 1 66 226 143 100 0 51 333 143 36
Binary 1 110110 10010110 1100011 1000000 0 101001 11011011 1100011 11110

Color Harmonies of #013696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013696

Black with #013696

Text Example


Text Example

White with #013696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013696; }

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

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

background-color css

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

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

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

border-color css

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

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

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