#002482

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

Shades of Smalt #002482

Tints of Smalt #002482

Color information

#002482 (or 0x002482) is unknown color: approx Smalt. HEX triplet: 00, 24 and 82. RGB value is (0,36,130). Sum of RGB (Red+Green+Blue) = 0+36+130=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #002482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002482 is #FFDB7D. Grayscale: #232323. Windows color (decimal): -16767870 or 8528896. OLE color: 8528896.

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

Color convert

RGB036130-
CMYK10.7200.49
HSL223.38º100%25.49%-
HSV(B)223.38º100%50.98%-
XYZ4.662.8721.43-
YUV35.95181.07102.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 130 (51.17% from 255) = 78.31%
R=0%
G=21.69%
B=78.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal03613010.7200.49223.3810025.49
Hex024826448031df6419
Octal04420214411006133714431
Binary01001001000001011001001001000011000111011111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002482; }

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

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

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

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

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

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

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

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