Html Css Color HEX #012484 Smalt

📋 copy color: '#012484'

red 1 ◦ green 36 ◦ blue 132

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

Shades of Smalt #012484

Tints of Smalt #012484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

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

R = 0.59%
G = 21.3%
B = 78.11%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#012484 (or 0x012484) is known color: Smalt. HEX triplet: 01, 24 and 84. RGB value is (1,36,132). Sum of RGB (Red+Green+Blue) = 1+36+132=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 132 (51.95% from 255 or 78.11% from 169); Max value from RGB is 132 - color contains mainly: blue. Hex color #012484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012484 is #FEDB7B. Grayscale: #242424. Windows color (decimal): -16702332 or 8659969. OLE color: 8659969.

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

Color convert

RGB 1 36 132 -
CMYK 0.99 0.73 0 0.48
HSL 223.97º 0.98% 0.26% -
HSV(B) 223.97º 0.99% 0.52% -
XYZ 4.81 2.93 22.14 -
YUV 36.48 181.9 102.69 -
System Red Green Blue C M Y K H S L
Decimal 1 36 132 0.99 0.73 0 0.48 223.97 0.98 0.26
Hex 1 24 84 63 49 0 30 E0 62 1A
Octal 1 44 204 143 111 0 60 340 142 32
Binary 1 100100 10000100 1100011 1001001 0 110000 11100000 1100010 11010

Color Harmonies of #012484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012484

Black with #012484

Text Example


Text Example

White with #012484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012484; }

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

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

background-color css

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

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

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

border-color css

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

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

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