#002A93

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

Shades of Smalt #002A93

Tints of Smalt #002A93

Color information

#002A93 (or 0x002A93) is unknown color: approx Smalt. HEX triplet: 00, 2A and 93. RGB value is (0,42,147). Sum of RGB (Red+Green+Blue) = 0+42+147=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #002A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A93 is #FFD56C. Grayscale: #282828. Windows color (decimal): -16766317 or 9644544. OLE color: 9644544.

HSL color Cylindrical-coordinate representation of color #002A93: hue angle of 222.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A93 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB042147-
CMYK10.7100.42
HSL222.86º100%28.82%-
HSV(B)222.86º100%57.65%-
XYZ6.093.7628.01-
YUV41.41187.5998.46-

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.22%
BLUE value IS 147 (57.81% from 255) = 77.78%
R=0%
G=22.22%
B=77.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal04214710.7100.42222.8610028.82
Hex02A93644702Adf641d
Octal05222314410705233714435
Binary01010101001001111001001000111010101011011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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