Html Css Color HEX #012189 Smalt

📋 copy color: '#012189'

red 1 ◦ green 33 ◦ blue 137

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

Shades of Smalt #012189

Tints of Smalt #012189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 80.12%

R = 0.58%
G = 19.3%
B = 80.12%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#012189 (or 0x012189) is known color: Smalt. HEX triplet: 01, 21 and 89. RGB value is (1,33,137). Sum of RGB (Red+Green+Blue) = 1+33+137=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #012189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012189 is #FEDE76. Grayscale: #222222. Windows color (decimal): -16703095 or 8986881. OLE color: 8986881.

HSL color Cylindrical-coordinate representation of color #012189: hue angle of 225.88º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012189 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 33 137 -
CMYK 0.99 0.76 0 0.46
HSL 225.88º 0.99% 0.27% -
HSV(B) 225.88º 0.99% 0.54% -
XYZ 5.07 2.9 23.96 -
YUV 35.29 185.4 103.54 -
System Red Green Blue C M Y K H S L
Decimal 1 33 137 0.99 0.76 0 0.46 225.88 0.99 0.27
Hex 1 21 89 63 4C 0 2E E2 63 1B
Octal 1 41 211 143 114 0 56 342 143 33
Binary 1 100001 10001001 1100011 1001100 0 101110 11100010 1100011 11011

Color Harmonies of #012189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012189

Black with #012189

Text Example


Text Example

White with #012189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012189; }

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

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

background-color css

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

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

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

border-color css

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

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

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