#002487

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

Shades of Smalt #002487

Tints of Smalt #002487

Color information

#002487 (or 0x002487) is unknown color: approx Smalt. HEX triplet: 00, 24 and 87. RGB value is (0,36,135). Sum of RGB (Red+Green+Blue) = 0+36+135=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 135 (53.12% from 255 or 78.95% from 171); Max value from RGB is 135 - color contains mainly: blue. Hex color #002487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002487 is #FFDB78. Grayscale: #242424. Windows color (decimal): -16767865 or 8856576. OLE color: 8856576.

HSL color Cylindrical-coordinate representation of color #002487: hue angle of 224º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002487 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB036135-
CMYK10.7300.47
HSL224º100%26.47%-
HSV(B)224º100%52.94%-
XYZ53.0123.24-
YUV36.52183.57101.95-

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.05%
BLUE value IS 135 (53.12% from 255) = 78.95%
R=0%
G=21.05%
B=78.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal03613510.7300.4722410026.47
Hex02487644902Fe0641a
Octal04420714411105734014432
Binary01001001000011111001001001001010111111100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002487; }

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

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

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

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

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

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

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

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