Html Css Color HEX #013796 Smalt

📋 copy color: '#013796'

red 1 ◦ green 55 ◦ blue 150

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

Shades of Smalt #013796

Tints of Smalt #013796

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

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

R = 0.49%
G = 26.7%
B = 72.82%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#013796 (or 0x013796) is known color: Smalt. HEX triplet: 01, 37 and 96. RGB value is (1,55,150). Sum of RGB (Red+Green+Blue) = 1+55+150=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #013796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013796 is #FEC869. Grayscale: #313131. Windows color (decimal): -16697450 or 9844481. OLE color: 9844481.

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

Color convert

RGB 1 55 150 -
CMYK 0.99 0.63 0 0.41
HSL 218.26º 0.99% 0.3% -
HSV(B) 218.26º 0.99% 0.59% -
XYZ 6.88 4.94 29.45 -
YUV 49.68 184.61 93.28 -
System Red Green Blue C M Y K H S L
Decimal 1 55 150 0.99 0.63 0 0.41 218.26 0.99 0.3
Hex 1 37 96 63 3F 0 29 DA 63 1E
Octal 1 67 226 143 77 0 51 332 143 36
Binary 1 110111 10010110 1100011 111111 0 101001 11011010 1100011 11110

Color Harmonies of #013796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013796

Black with #013796

Text Example


Text Example

White with #013796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013796; }

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

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

background-color css

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

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

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

border-color css

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

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

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