#002A8F

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

Shades of Smalt #002A8F

Tints of Smalt #002A8F

Color information

#002A8F (or 0x002A8F) is unknown color: approx Smalt. HEX triplet: 00, 2A and 8F. RGB value is (0,42,143). Sum of RGB (Red+Green+Blue) = 0+42+143=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 143 (56.25% from 255 or 77.30% from 185); Max value from RGB is 143 - color contains mainly: blue. Hex color #002A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A8F is #FFD570. Grayscale: #282828. Windows color (decimal): -16766321 or 9382400. OLE color: 9382400.

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

Color convert

RGB042143-
CMYK10.7100.44
HSL222.38º100%28.04%-
HSV(B)222.38º100%56.08%-
XYZ5.793.6426.38-
YUV40.96185.5998.79-

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.70%
BLUE value IS 143 (56.25% from 255) = 77.30%
R=0%
G=22.70%
B=77.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal04214310.7100.44222.3810028.04
Hex02A8F644702Cde641c
Octal05221714410705433614434
Binary01010101000111111001001000111010110011011110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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