Html Css Color HEX #012D84 Smalt

📋 copy color: '#012D84'

red 1 ◦ green 45 ◦ blue 132

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

Shades of Smalt #012D84

Tints of Smalt #012D84

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.28%

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

R = 0.56%
G = 25.28%
B = 74.16%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#012D84 (or 0x012D84) is known color: Smalt. HEX triplet: 01, 2D and 84. RGB value is (1,45,132). Sum of RGB (Red+Green+Blue) = 1+45+132=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 132 (51.95% from 255 or 74.16% from 178); Max value from RGB is 132 - color contains mainly: blue. Hex color #012D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012D84 is #FED27B. Grayscale: #292929. Windows color (decimal): -16700028 or 8662273. OLE color: 8662273.

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

Color convert

RGB 1 45 132 -
CMYK 0.99 0.66 0 0.48
HSL 219.85º 0.98% 0.26% -
HSV(B) 219.85º 0.99% 0.52% -
XYZ 5.12 3.55 22.25 -
YUV 41.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 1 45 132 0.99 0.66 0 0.48 219.85 0.98 0.26
Hex 1 2D 84 63 42 0 30 DC 62 1A
Octal 1 55 204 143 102 0 60 334 142 32
Binary 1 101101 10000100 1100011 1000010 0 110000 11011100 1100010 11010

Color Harmonies of #012D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D84

Black with #012D84

Text Example


Text Example

White with #012D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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