#002882

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

Shades of Smalt #002882

Tints of Smalt #002882

Color information

#002882 (or 0x002882) is unknown color: approx Smalt. HEX triplet: 00, 28 and 82. RGB value is (0,40,130). Sum of RGB (Red+Green+Blue) = 0+40+130=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #002882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002882 is #FFD77D. Grayscale: #252525. Windows color (decimal): -16766846 or 8529920. OLE color: 8529920.

HSL color Cylindrical-coordinate representation of color #002882: hue angle of 221.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002882 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB040130-
CMYK10.6900.49
HSL221.54º100%25.49%-
HSV(B)221.54º100%50.98%-
XYZ4.793.1321.47-
YUV38.3179.75100.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 130 (51.17% from 255) = 76.47%
R=0%
G=23.53%
B=76.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal04013010.6900.49221.5410025.49
Hex028826445031de6419
Octal05020214410506133614431
Binary01010001000001011001001000101011000111011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002882; }

 p { color: rgb(0,40,130); }

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

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

 a { background-color: rgb(0,40,130); }

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

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

 span { border-color: rgb(0,40,130); }

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