Html Css Color HEX #001D84 Smalt

📋 copy color: '#001D84'

red 0 ◦ green 29 ◦ blue 132

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

Shades of Smalt #001D84

Tints of Smalt #001D84

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 29 (11.72% from 255) = 18.01%

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

R = 0%
G = 18.01%
B = 81.99%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#001D84 (or 0x001D84) is known color: Smalt. HEX triplet: 00, 1D and 84. RGB value is (0,29,132). Sum of RGB (Red+Green+Blue) = 0+29+132=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 132 (51.95% from 255 or 81.99% from 161); Max value from RGB is 132 - color contains mainly: blue. Hex color #001D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D84 is #FFE27B. Grayscale: #1F1F1F. Windows color (decimal): -16769660 or 8658176. OLE color: 8658176.

HSL color Cylindrical-coordinate representation of color #001D84: hue angle of 226.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D84 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 29 132 -
CMYK 1 0.78 0 0.48
HSL 226.82º 1% 0.26% -
HSV(B) 226.82º 1% 0.52% -
XYZ 4.6 2.54 22.08 -
YUV 32.07 184.39 105.12 -
System Red Green Blue C M Y K H S L
Decimal 0 29 132 1 0.78 0 0.48 226.82 1 0.26
Hex 0 1D 84 64 4E 0 30 E3 64 1A
Octal 0 35 204 144 116 0 60 343 144 32
Binary 0 11101 10000100 1100100 1001110 0 110000 11100011 1100100 11010

Color Harmonies of #001D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D84

Black with #001D84

Text Example


Text Example

White with #001D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,29,132); }

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

background-color css

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

 a { background-color: rgb(0,29,132); }

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

border-color css

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

 span { border-color: rgb(0,29,132); }

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