Html Css Color HEX #012B84 Smalt

📋 copy color: '#012B84'

red 1 ◦ green 43 ◦ blue 132

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

Shades of Smalt #012B84

Tints of Smalt #012B84

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.43%

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

R = 0.57%
G = 24.43%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#012B84 (or 0x012B84) is known color: Smalt. HEX triplet: 01, 2B and 84. RGB value is (1,43,132). Sum of RGB (Red+Green+Blue) = 1+43+132=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #012B84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012B84 is #FED47B. Grayscale: #282828. Windows color (decimal): -16700540 or 8661761. OLE color: 8661761.

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

Color convert

RGB 1 43 132 -
CMYK 0.99 0.67 0 0.48
HSL 220.76º 0.98% 0.26% -
HSV(B) 220.76º 0.99% 0.52% -
XYZ 5.04 3.4 22.22 -
YUV 40.59 179.59 99.76 -
System Red Green Blue C M Y K H S L
Decimal 1 43 132 0.99 0.67 0 0.48 220.76 0.98 0.26
Hex 1 2B 84 63 43 0 30 DD 62 1A
Octal 1 53 204 143 103 0 60 335 142 32
Binary 1 101011 10000100 1100011 1000011 0 110000 11011101 1100010 11010

Color Harmonies of #012B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B84

Black with #012B84

Text Example


Text Example

White with #012B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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