#002A9B

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

Shades of Smalt #002A9B

Tints of Smalt #002A9B

Color information

#002A9B (or 0x002A9B) is unknown color: approx Smalt. HEX triplet: 00, 2A and 9B. RGB value is (0,42,155). Sum of RGB (Red+Green+Blue) = 0+42+155=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #002A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A9B is #FFD564. Grayscale: #292929. Windows color (decimal): -16766309 or 10168832. OLE color: 10168832.

HSL color Cylindrical-coordinate representation of color #002A9B: hue angle of 223.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A9B is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB042155-
CMYK10.7300.39
HSL223.74º100%30.39%-
HSV(B)223.74º100%60.78%-
XYZ6.744.0231.43-
YUV42.32191.5997.81-

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) = 21.32%
BLUE value IS 155 (60.94% from 255) = 78.68%
R=0%
G=21.32%
B=78.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal04215510.7300.39223.7410030.39
Hex02A9B6449027e0641e
Octal05223314411104734014436
Binary01010101001101111001001001001010011111100000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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