Html Css Color HEX #001D8C Smalt

📋 copy color: '#001D8C'

red 0 ◦ green 29 ◦ blue 140

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

Shades of Smalt #001D8C

Tints of Smalt #001D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 82.84%

R = 0%
G = 17.16%
B = 82.84%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#001D8C (or 0x001D8C) is known color: Smalt. HEX triplet: 00, 1D and 8C. RGB value is (0,29,140). Sum of RGB (Red+Green+Blue) = 0+29+140=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 140 (55.08% from 255 or 82.84% from 169); Max value from RGB is 140 - color contains mainly: blue. Hex color #001D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D8C is #FFE273. Grayscale: #202020. Windows color (decimal): -16769652 or 9182464. OLE color: 9182464.

HSL color Cylindrical-coordinate representation of color #001D8C: hue angle of 227.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D8C is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 29 140 -
CMYK 1 0.79 0 0.45
HSL 227.57º 1% 0.27% -
HSV(B) 227.57º 1% 0.55% -
XYZ 5.17 2.77 25.07 -
YUV 32.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 0 29 140 1 0.79 0 0.45 227.57 1 0.27
Hex 0 1D 8C 64 4F 0 2D E4 64 1B
Octal 0 35 214 144 117 0 55 344 144 33
Binary 0 11101 10001100 1100100 1001111 0 101101 11100100 1100100 11011

Color Harmonies of #001D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D8C

Black with #001D8C

Text Example


Text Example

White with #001D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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