Html Css Color HEX #012184 Smalt

📋 copy color: '#012184'

red 1 ◦ green 33 ◦ blue 132

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

Shades of Smalt #012184

Tints of Smalt #012184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 79.52%

R = 0.6%
G = 19.88%
B = 79.52%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#012184 (or 0x012184) is known color: Smalt. HEX triplet: 01, 21 and 84. RGB value is (1,33,132). Sum of RGB (Red+Green+Blue) = 1+33+132=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #012184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012184 is #FEDE7B. Grayscale: #222222. Windows color (decimal): -16703100 or 8659201. OLE color: 8659201.

HSL color Cylindrical-coordinate representation of color #012184: hue angle of 225.34º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012184 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 33 132 -
CMYK 0.99 0.75 0 0.48
HSL 225.34º 0.98% 0.26% -
HSV(B) 225.34º 0.99% 0.52% -
XYZ 4.72 2.76 22.11 -
YUV 34.72 182.9 103.95 -
System Red Green Blue C M Y K H S L
Decimal 1 33 132 0.99 0.75 0 0.48 225.34 0.98 0.26
Hex 1 21 84 63 4B 0 30 E1 62 1A
Octal 1 41 204 143 113 0 60 341 142 32
Binary 1 100001 10000100 1100011 1001011 0 110000 11100001 1100010 11010

Color Harmonies of #012184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012184

Black with #012184

Text Example


Text Example

White with #012184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012184; }

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

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

background-color css

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

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

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

border-color css

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

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

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