Html Css Color HEX #013293 Smalt

📋 copy color: '#013293'

red 1 ◦ green 50 ◦ blue 147

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

Shades of Smalt #013293

Tints of Smalt #013293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 74.24%

R = 0.51%
G = 25.25%
B = 74.24%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013293 (or 0x013293) is known color: Smalt. HEX triplet: 01, 32 and 93. RGB value is (1,50,147). Sum of RGB (Red+Green+Blue) = 1+50+147=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #013293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013293 is #FECD6C. Grayscale: #2D2D2D. Windows color (decimal): -16698733 or 9646593. OLE color: 9646593.

HSL color Cylindrical-coordinate representation of color #013293: hue angle of 219.86º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013293 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 50 147 -
CMYK 0.99 0.66 0 0.42
HSL 219.86º 0.99% 0.29% -
HSV(B) 219.86º 0.99% 0.58% -
XYZ 6.42 4.39 28.11 -
YUV 46.41 184.77 95.61 -
System Red Green Blue C M Y K H S L
Decimal 1 50 147 0.99 0.66 0 0.42 219.86 0.99 0.29
Hex 1 32 93 63 42 0 2A DC 63 1D
Octal 1 62 223 143 102 0 52 334 143 35
Binary 1 110010 10010011 1100011 1000010 0 101010 11011100 1100011 11101

Color Harmonies of #013293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013293

Black with #013293

Text Example


Text Example

White with #013293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013293; }

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

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

background-color css

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

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

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

border-color css

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

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

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