#002993

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

Shades of Smalt #002993

Tints of Smalt #002993

Color information

#002993 (or 0x002993) is unknown color: approx Smalt. HEX triplet: 00, 29 and 93. RGB value is (0,41,147). Sum of RGB (Red+Green+Blue) = 0+41+147=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #002993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002993 is #FFD66C. Grayscale: #282828. Windows color (decimal): -16766573 or 9644288. OLE color: 9644288.

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

Color convert

RGB041147-
CMYK10.7200.42
HSL223.27º100%28.82%-
HSV(B)223.27º100%57.65%-
XYZ6.063.6928-
YUV40.83187.9298.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 147 (57.81% from 255) = 78.19%
R=0%
G=21.81%
B=78.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal04114710.7200.42223.2710028.82
Hex02993644802Adf641d
Octal05122314411005233714435
Binary01010011001001111001001001000010101011011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002993; }

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

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

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

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

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

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

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

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