#002893

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

Shades of Smalt #002893

Tints of Smalt #002893

Color information

#002893 (or 0x002893) is unknown color: approx Smalt. HEX triplet: 00, 28 and 93. RGB value is (0,40,147). Sum of RGB (Red+Green+Blue) = 0+40+147=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #002893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002893 is #FFD76C. Grayscale: #272727. Windows color (decimal): -16766829 or 9644032. OLE color: 9644032.

HSL color Cylindrical-coordinate representation of color #002893: hue angle of 223.67º 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 #002893 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB040147-
CMYK10.7300.42
HSL223.67º100%28.82%-
HSV(B)223.67º100%57.65%-
XYZ6.033.6227.99-
YUV40.24188.2599.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 147 (57.81% from 255) = 78.61%
R=0%
G=21.39%
B=78.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal04014710.7300.42223.6710028.82
Hex02893644902Ae0641d
Octal05022314411105234014435
Binary01010001001001111001001001001010101011100000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002893; }

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

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

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

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

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

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

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

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