Html Css Color HEX #012193 Smalt

📋 copy color: '#012193'

red 1 ◦ green 33 ◦ blue 147

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

Shades of Smalt #012193

Tints of Smalt #012193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.23%

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

R = 0.55%
G = 18.23%
B = 81.22%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012193 (or 0x012193) is known color: Smalt. HEX triplet: 01, 21 and 93. RGB value is (1,33,147). Sum of RGB (Red+Green+Blue) = 1+33+147=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 147 (57.81% from 255 or 81.22% from 181); Max value from RGB is 147 - color contains mainly: blue. Hex color #012193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012193 is #FEDE6C. Grayscale: #232323. Windows color (decimal): -16703085 or 9642241. OLE color: 9642241.

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

Color convert

RGB 1 33 147 -
CMYK 0.99 0.78 0 0.42
HSL 226.85º 0.99% 0.29% -
HSV(B) 226.85º 0.99% 0.58% -
XYZ 5.82 3.2 27.91 -
YUV 36.43 190.4 102.73 -
System Red Green Blue C M Y K H S L
Decimal 1 33 147 0.99 0.78 0 0.42 226.85 0.99 0.29
Hex 1 21 93 63 4E 0 2A E3 63 1D
Octal 1 41 223 143 116 0 52 343 143 35
Binary 1 100001 10010011 1100011 1001110 0 101010 11100011 1100011 11101

Color Harmonies of #012193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012193

Black with #012193

Text Example


Text Example

White with #012193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012193; }

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

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

background-color css

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

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

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

border-color css

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

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

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