#002D89

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

Shades of Smalt #002D89

Tints of Smalt #002D89

Color information

#002D89 (or 0x002D89) is unknown color: approx Smalt. HEX triplet: 00, 2D and 89. RGB value is (0,45,137). Sum of RGB (Red+Green+Blue) = 0+45+137=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 137 (53.91% from 255 or 75.27% from 182); Max value from RGB is 137 - color contains mainly: blue. Hex color #002D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002D89 is #FFD276. Grayscale: #292929. Windows color (decimal): -16765559 or 8989952. OLE color: 8989952.

HSL color Cylindrical-coordinate representation of color #002D89: hue angle of 220.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D89 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB045137-
CMYK10.6700.46
HSL220.29º100%26.86%-
HSV(B)220.29º100%53.73%-
XYZ5.453.6824.09-
YUV42.03181.5998.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 137 (53.91% from 255) = 75.27%
R=0%
G=24.73%
B=75.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal04513710.6700.46220.2910026.86
Hex02D89644302Edc641b
Octal05521114410305633414433
Binary01011011000100111001001000011010111011011100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002D89; }

 p { color: rgb(0,45,137); }

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

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

 a { background-color: rgb(0,45,137); }

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

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

 span { border-color: rgb(0,45,137); }

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