Html Css Color HEX #013297 Smalt

📋 copy color: '#013297'

red 1 ◦ green 50 ◦ blue 151

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

Shades of Smalt #013297

Tints of Smalt #013297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

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

R = 0.5%
G = 24.75%
B = 74.75%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#013297 (or 0x013297) is known color: Smalt. HEX triplet: 01, 32 and 97. RGB value is (1,50,151). Sum of RGB (Red+Green+Blue) = 1+50+151=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #013297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013297 is #FECD68. Grayscale: #2E2E2E. Windows color (decimal): -16698729 or 9908737. OLE color: 9908737.

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

Color convert

RGB 1 50 151 -
CMYK 0.99 0.67 0 0.41
HSL 220.4º 0.99% 0.3% -
HSV(B) 220.4º 0.99% 0.59% -
XYZ 6.74 4.52 29.8 -
YUV 46.86 186.77 95.29 -
System Red Green Blue C M Y K H S L
Decimal 1 50 151 0.99 0.67 0 0.41 220.4 0.99 0.3
Hex 1 32 97 63 43 0 29 DC 63 1E
Octal 1 62 227 143 103 0 51 334 143 36
Binary 1 110010 10010111 1100011 1000011 0 101001 11011100 1100011 11110

Color Harmonies of #013297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013297

Black with #013297

Text Example


Text Example

White with #013297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013297; }

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

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

background-color css

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

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

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

border-color css

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

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

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