#002996

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

Shades of Smalt #002996

Tints of Smalt #002996

Color information

#002996 (or 0x002996) is unknown color: approx Smalt. HEX triplet: 00, 29 and 96. RGB value is (0,41,150). Sum of RGB (Red+Green+Blue) = 0+41+150=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #002996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002996 is #FFD669. Grayscale: #282828. Windows color (decimal): -16766570 or 9840896. OLE color: 9840896.

HSL color Cylindrical-coordinate representation of color #002996: hue angle of 223.6º 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 #002996 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB041150-
CMYK10.7300.41
HSL223.6º100%29.41%-
HSV(B)223.6º100%58.82%-
XYZ6.33.7929.25-
YUV41.17189.4298.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 150 (58.98% from 255) = 78.53%
R=0%
G=21.47%
B=78.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal04115010.7300.41223.610029.41
Hex029966449029e0641d
Octal05122614411105134014435
Binary01010011001011011001001001001010100111100000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002996; }

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

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

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

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

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

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

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

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