#002782

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

Shades of Smalt #002782

Tints of Smalt #002782

Color information

#002782 (or 0x002782) is unknown color: approx Smalt. HEX triplet: 00, 27 and 82. RGB value is (0,39,130). Sum of RGB (Red+Green+Blue) = 0+39+130=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 130 (51.17% from 255 or 76.92% from 169); Max value from RGB is 130 - color contains mainly: blue. Hex color #002782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002782 is #FFD87D. Grayscale: #252525. Windows color (decimal): -16767102 or 8529664. OLE color: 8529664.

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

Color convert

RGB039130-
CMYK10.7000.49
HSL222º100%25.49%-
HSV(B)222º100%50.98%-
XYZ4.753.0621.46-
YUV37.71180.08101.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 130 (51.17% from 255) = 76.92%
R=0%
G=23.08%
B=76.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal03913010.7000.4922210025.49
Hex027826446031de6419
Octal04720214410606133614431
Binary01001111000001011001001000110011000111011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002782; }

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

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

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

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

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

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

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

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