Html Css Color HEX #001D8E Smalt

📋 copy color: '#001D8E'

red 0 ◦ green 29 ◦ blue 142

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

Shades of Smalt #001D8E

Tints of Smalt #001D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 83.04%

R = 0%
G = 16.96%
B = 83.04%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#001D8E (or 0x001D8E) is known color: Smalt. HEX triplet: 00, 1D and 8E. RGB value is (0,29,142). Sum of RGB (Red+Green+Blue) = 0+29+142=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 142 (55.86% from 255 or 83.04% from 171); Max value from RGB is 142 - color contains mainly: blue. Hex color #001D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D8E is #FFE271. Grayscale: #202020. Windows color (decimal): -16769650 or 9313536. OLE color: 9313536.

HSL color Cylindrical-coordinate representation of color #001D8E: hue angle of 227.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D8E is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 29 142 -
CMYK 1 0.80 0 0.44
HSL 227.75º 1% 0.28% -
HSV(B) 227.75º 1% 0.56% -
XYZ 5.32 2.83 25.86 -
YUV 33.21 189.39 104.31 -
System Red Green Blue C M Y K H S L
Decimal 0 29 142 1 0.80 0 0.44 227.75 1 0.28
Hex 0 1D 8E 64 50 0 2C E4 64 1C
Octal 0 35 216 144 120 0 54 344 144 34
Binary 0 11101 10001110 1100100 1010000 0 101100 11100100 1100100 11100

Color Harmonies of #001D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D8E

Black with #001D8E

Text Example


Text Example

White with #001D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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