Html Css Color HEX #012196 Smalt

📋 copy color: '#012196'

red 1 ◦ green 33 ◦ blue 150

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

Shades of Smalt #012196

Tints of Smalt #012196

RGB

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

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

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

R = 0.54%
G = 17.93%
B = 81.52%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#012196 (or 0x012196) is known color: Smalt. HEX triplet: 01, 21 and 96. RGB value is (1,33,150). Sum of RGB (Red+Green+Blue) = 1+33+150=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 150 (58.98% from 255 or 81.52% from 184); Max value from RGB is 150 - color contains mainly: blue. Hex color #012196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012196 is #FEDE69. Grayscale: #242424. Windows color (decimal): -16703082 or 9838849. OLE color: 9838849.

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

Color convert

RGB 1 33 150 -
CMYK 0.99 0.78 0 0.41
HSL 227.11º 0.99% 0.3% -
HSV(B) 227.11º 0.99% 0.59% -
XYZ 6.06 3.3 29.17 -
YUV 36.77 191.9 102.49 -
System Red Green Blue C M Y K H S L
Decimal 1 33 150 0.99 0.78 0 0.41 227.11 0.99 0.3
Hex 1 21 96 63 4E 0 29 E3 63 1E
Octal 1 41 226 143 116 0 51 343 143 36
Binary 1 100001 10010110 1100011 1001110 0 101001 11100011 1100011 11110

Color Harmonies of #012196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012196

Black with #012196

Text Example


Text Example

White with #012196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012196; }

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

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

background-color css

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

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

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

border-color css

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

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

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