Html Css Color HEX #012084 Smalt

📋 copy color: '#012084'

red 1 ◦ green 32 ◦ blue 132

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

Shades of Smalt #012084

Tints of Smalt #012084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

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

R = 0.61%
G = 19.39%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#012084 (or 0x012084) is known color: Smalt. HEX triplet: 01, 20 and 84. RGB value is (1,32,132). Sum of RGB (Red+Green+Blue) = 1+32+132=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 132 (51.95% from 255 or 80% from 165); Max value from RGB is 132 - color contains mainly: blue. Hex color #012084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012084 is #FEDF7B. Grayscale: #212121. Windows color (decimal): -16703356 or 8658945. OLE color: 8658945.

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

Color convert

RGB 1 32 132 -
CMYK 0.99 0.76 0 0.48
HSL 225.8º 0.98% 0.26% -
HSV(B) 225.8º 0.99% 0.52% -
XYZ 4.69 2.71 22.1 -
YUV 34.13 183.23 104.37 -
System Red Green Blue C M Y K H S L
Decimal 1 32 132 0.99 0.76 0 0.48 225.8 0.98 0.26
Hex 1 20 84 63 4C 0 30 E2 62 1A
Octal 1 40 204 143 114 0 60 342 142 32
Binary 1 100000 10000100 1100011 1001100 0 110000 11100010 1100010 11010

Color Harmonies of #012084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012084

Black with #012084

Text Example


Text Example

White with #012084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012084; }

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

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

background-color css

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

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

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

border-color css

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

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

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