#001D96

Color #001D96 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #001D96

Tints of Smalt #001D96

Color information

#001D96 (or 0x001D96) is unknown color: approx Smalt. HEX triplet: 00, 1D and 96. RGB value is (0,29,150). Sum of RGB (Red+Green+Blue) = 0+29+150=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #001D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D96 is #FFE269. Grayscale: #212121. Windows color (decimal): -16769642 or 9837824. OLE color: 9837824.

HSL color Cylindrical-coordinate representation of color #001D96: hue angle of 228.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D96 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB029150-
CMYK10.8100.41
HSL228.4º100%29.41%-
HSV(B)228.4º100%58.82%-
XYZ5.943.0829.14-
YUV34.12193.39103.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 16.20%
BLUE value IS 150 (58.98% from 255) = 83.80%
R=0%
G=16.20%
B=83.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal02915010.8100.41228.410029.41
Hex01D966451029e4641d
Octal03522614412105134414435
Binary0111011001011011001001010001010100111100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #001D96;
 }
 .AnyTagClassName
 {
   color: #001D96;
 }
</style>
background-color css

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

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

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

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

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

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