Html Css Color HEX #012195 Smalt

📋 copy color: '#012195'

red 1 ◦ green 33 ◦ blue 149

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

Shades of Smalt #012195

Tints of Smalt #012195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 81.42%

R = 0.55%
G = 18.03%
B = 81.42%

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

#012195 (or 0x012195) is known color: Smalt. HEX triplet: 01, 21 and 95. RGB value is (1,33,149). Sum of RGB (Red+Green+Blue) = 1+33+149=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #012195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012195 is #FEDE6A. Grayscale: #242424. Windows color (decimal): -16703083 or 9773313. OLE color: 9773313.

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

Color convert

RGB 1 33 149 -
CMYK 0.99 0.78 0 0.42
HSL 227.03º 0.99% 0.29% -
HSV(B) 227.03º 0.99% 0.58% -
XYZ 5.98 3.26 28.75 -
YUV 36.66 191.4 102.57 -
System Red Green Blue C M Y K H S L
Decimal 1 33 149 0.99 0.78 0 0.42 227.03 0.99 0.29
Hex 1 21 95 63 4E 0 2A E3 63 1D
Octal 1 41 225 143 116 0 52 343 143 35
Binary 1 100001 10010101 1100011 1001110 0 101010 11100011 1100011 11101

Color Harmonies of #012195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012195

Black with #012195

Text Example


Text Example

White with #012195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012195; }

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

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

background-color css

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

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

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

border-color css

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

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

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