Html Css Color HEX #012192 Smalt

📋 copy color: '#012192'

red 1 ◦ green 33 ◦ blue 146

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

Shades of Smalt #012192

Tints of Smalt #012192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 81.11%

R = 0.56%
G = 18.33%
B = 81.11%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#012192 (or 0x012192) is known color: Smalt. HEX triplet: 01, 21 and 92. RGB value is (1,33,146). Sum of RGB (Red+Green+Blue) = 1+33+146=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 146 (57.42% from 255 or 81.11% from 180); Max value from RGB is 146 - color contains mainly: blue. Hex color #012192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012192 is #FEDE6D. Grayscale: #232323. Windows color (decimal): -16703086 or 9576705. OLE color: 9576705.

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

Color convert

RGB 1 33 146 -
CMYK 0.99 0.77 0 0.43
HSL 226.76º 0.99% 0.29% -
HSV(B) 226.76º 0.99% 0.57% -
XYZ 5.74 3.17 27.5 -
YUV 36.31 189.9 102.81 -
System Red Green Blue C M Y K H S L
Decimal 1 33 146 0.99 0.77 0 0.43 226.76 0.99 0.29
Hex 1 21 92 63 4D 0 2B E3 63 1D
Octal 1 41 222 143 115 0 53 343 143 35
Binary 1 100001 10010010 1100011 1001101 0 101011 11100011 1100011 11101

Color Harmonies of #012192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012192

Black with #012192

Text Example


Text Example

White with #012192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012192; }

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

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

background-color css

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

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

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

border-color css

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

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

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