Html Css Color HEX #013397 Smalt

📋 copy color: '#013397'

red 1 ◦ green 51 ◦ blue 151

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

Shades of Smalt #013397

Tints of Smalt #013397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 74.38%

R = 0.49%
G = 25.12%
B = 74.38%

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

#013397 (or 0x013397) is known color: Smalt. HEX triplet: 01, 33 and 97. RGB value is (1,51,151). Sum of RGB (Red+Green+Blue) = 1+51+151=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #013397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013397 is #FECC68. Grayscale: #2F2F2F. Windows color (decimal): -16698473 or 9908993. OLE color: 9908993.

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

Color convert

RGB 1 51 151 -
CMYK 0.99 0.66 0 0.41
HSL 220º 0.99% 0.3% -
HSV(B) 220º 0.99% 0.59% -
XYZ 6.78 4.61 29.81 -
YUV 47.45 186.44 94.87 -
System Red Green Blue C M Y K H S L
Decimal 1 51 151 0.99 0.66 0 0.41 220 0.99 0.3
Hex 1 33 97 63 42 0 29 DC 63 1E
Octal 1 63 227 143 102 0 51 334 143 36
Binary 1 110011 10010111 1100011 1000010 0 101001 11011100 1100011 11110

Color Harmonies of #013397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013397

Black with #013397

Text Example


Text Example

White with #013397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013397; }

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

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

background-color css

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

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

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

border-color css

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

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

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