Html Css Color HEX #012984 Smalt

📋 copy color: '#012984'

red 1 ◦ green 41 ◦ blue 132

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

Shades of Smalt #012984

Tints of Smalt #012984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

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

R = 0.57%
G = 23.56%
B = 75.86%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#012984 (or 0x012984) is known color: Smalt. HEX triplet: 01, 29 and 84. RGB value is (1,41,132). Sum of RGB (Red+Green+Blue) = 1+41+132=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 132 (51.95% from 255 or 75.86% from 174); Max value from RGB is 132 - color contains mainly: blue. Hex color #012984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012984 is #FED67B. Grayscale: #272727. Windows color (decimal): -16701052 or 8661249. OLE color: 8661249.

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

Color convert

RGB 1 41 132 -
CMYK 0.99 0.69 0 0.48
HSL 221.68º 0.98% 0.26% -
HSV(B) 221.68º 0.99% 0.52% -
XYZ 4.97 3.26 22.2 -
YUV 39.41 180.25 100.6 -
System Red Green Blue C M Y K H S L
Decimal 1 41 132 0.99 0.69 0 0.48 221.68 0.98 0.26
Hex 1 29 84 63 45 0 30 DE 62 1A
Octal 1 51 204 143 105 0 60 336 142 32
Binary 1 101001 10000100 1100011 1000101 0 110000 11011110 1100010 11010

Color Harmonies of #012984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012984

Black with #012984

Text Example


Text Example

White with #012984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012984; }

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

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

background-color css

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

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

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

border-color css

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

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

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