#002a89

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

Shades of Smalt #002A89

Tints of Smalt #002A89

Color information

#002A89 (or 0x002A89) is unknown color: approx Smalt. HEX triplet: 00, 2A and 89. RGB value is (0,42,137). Sum of RGB (Red+Green+Blue) = 0+42+137=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 137 (53.91% from 255 or 76.54% from 179); Max value from RGB is 137 - color contains mainly: blue. Hex color #002A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A89 is #FFD576. Grayscale: #272727. Windows color (decimal): -16766327 or 8989184. OLE color: 8989184.

HSL color Cylindrical-coordinate representation of color #002A89: hue angle of 221.61º 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 #002A89 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB042137-
CMYK10.6900.46
HSL221.61º100%26.86%-
HSV(B)221.61º100%53.73%-
XYZ5.343.4624.05-
YUV40.27182.5999.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 137 (53.91% from 255) = 76.54%
R=0%
G=23.46%
B=76.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal04213710.6900.46221.6110026.86
Hex02A89644502Ede641b
Octal05221114410505633614433
Binary01010101000100111001001000101010111011011110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002a89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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