Html Css Color HEX #012194 Smalt

📋 copy color: '#012194'

red 1 ◦ green 33 ◦ blue 148

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

Shades of Smalt #012194

Tints of Smalt #012194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 81.32%

R = 0.55%
G = 18.13%
B = 81.32%

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

#012194 (or 0x012194) is known color: Smalt. HEX triplet: 01, 21 and 94. RGB value is (1,33,148). Sum of RGB (Red+Green+Blue) = 1+33+148=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 148 (58.20% from 255 or 81.32% from 182); Max value from RGB is 148 - color contains mainly: blue. Hex color #012194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012194 is #FEDE6B. Grayscale: #242424. Windows color (decimal): -16703084 or 9707777. OLE color: 9707777.

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

Color convert

RGB 1 33 148 -
CMYK 0.99 0.78 0 0.42
HSL 226.94º 0.99% 0.29% -
HSV(B) 226.94º 0.99% 0.58% -
XYZ 5.9 3.23 28.33 -
YUV 36.54 190.9 102.65 -
System Red Green Blue C M Y K H S L
Decimal 1 33 148 0.99 0.78 0 0.42 226.94 0.99 0.29
Hex 1 21 94 63 4E 0 2A E3 63 1D
Octal 1 41 224 143 116 0 52 343 143 35
Binary 1 100001 10010100 1100011 1001110 0 101010 11100011 1100011 11101

Color Harmonies of #012194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012194

Black with #012194

Text Example


Text Example

White with #012194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012194; }

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

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

background-color css

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

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

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

border-color css

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

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

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