#002A8E

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

Shades of Smalt #002A8E

Tints of Smalt #002A8E

Color information

#002A8E (or 0x002A8E) is unknown color: approx Smalt. HEX triplet: 00, 2A and 8E. RGB value is (0,42,142). Sum of RGB (Red+Green+Blue) = 0+42+142=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 142 (55.86% from 255 or 77.17% from 184); Max value from RGB is 142 - color contains mainly: blue. Hex color #002A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A8E is #FFD571. Grayscale: #282828. Windows color (decimal): -16766322 or 9316864. OLE color: 9316864.

HSL color Cylindrical-coordinate representation of color #002A8E: hue angle of 222.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A8E is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB042142-
CMYK10.7000.44
HSL222.25º100%27.84%-
HSV(B)222.25º100%55.69%-
XYZ5.713.6125.99-
YUV40.84185.0998.87-

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) = 22.83%
BLUE value IS 142 (55.86% from 255) = 77.17%
R=0%
G=22.83%
B=77.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal04214210.7000.44222.2510027.84
Hex02A8E644602Cde641c
Octal05221614410605433614434
Binary01010101000111011001001000110010110011011110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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