#002499

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

Shades of Smalt #002499

Tints of Smalt #002499

Color information

#002499 (or 0x002499) is unknown color: approx Smalt. HEX triplet: 00, 24 and 99. RGB value is (0,36,153). Sum of RGB (Red+Green+Blue) = 0+36+153=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #002499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002499 is #FFDB66. Grayscale: #262626. Windows color (decimal): -16767847 or 10036224. OLE color: 10036224.

HSL color Cylindrical-coordinate representation of color #002499: hue angle of 225.88º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002499 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB036153-
CMYK10.7600.4
HSL225.88º100%30%-
HSV(B)225.88º100%60%-
XYZ6.383.5630.49-
YUV38.57192.57100.49-

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) = 19.05%
BLUE value IS 153 (60.16% from 255) = 80.95%
R=0%
G=19.05%
B=80.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal03615310.7600.4225.8810030
Hex02499644C028e2641e
Octal04423114411405034214436
Binary01001001001100111001001001100010100011100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002499; }

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

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

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

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

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

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

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

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