Html Css Color HEX #013396 Smalt

📋 copy color: '#013396'

red 1 ◦ green 51 ◦ blue 150

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

Shades of Smalt #013396

Tints of Smalt #013396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

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

R = 0.5%
G = 25.25%
B = 74.26%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#013396 (or 0x013396) is known color: Smalt. HEX triplet: 01, 33 and 96. RGB value is (1,51,150). Sum of RGB (Red+Green+Blue) = 1+51+150=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #013396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013396 is #FECC69. Grayscale: #2E2E2E. Windows color (decimal): -16698474 or 9843457. OLE color: 9843457.

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

Color convert

RGB 1 51 150 -
CMYK 0.99 0.66 0 0.41
HSL 219.87º 0.99% 0.3% -
HSV(B) 219.87º 0.99% 0.59% -
XYZ 6.7 4.58 29.38 -
YUV 47.34 185.94 94.95 -
System Red Green Blue C M Y K H S L
Decimal 1 51 150 0.99 0.66 0 0.41 219.87 0.99 0.3
Hex 1 33 96 63 42 0 29 DC 63 1E
Octal 1 63 226 143 102 0 51 334 143 36
Binary 1 110011 10010110 1100011 1000010 0 101001 11011100 1100011 11110

Color Harmonies of #013396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013396

Black with #013396

Text Example


Text Example

White with #013396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013396; }

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

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

background-color css

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

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

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

border-color css

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

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

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