#002093

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

Shades of Smalt #002093

Tints of Smalt #002093

Color information

#002093 (or 0x002093) is unknown color: approx Smalt. HEX triplet: 00, 20 and 93. RGB value is (0,32,147). Sum of RGB (Red+Green+Blue) = 0+32+147=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 147 (57.81% from 255 or 82.12% from 179); Max value from RGB is 147 - color contains mainly: blue. Hex color #002093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002093 is #FFDF6C. Grayscale: #232323. Windows color (decimal): -16768877 or 9641984. OLE color: 9641984.

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

Color convert

RGB032147-
CMYK10.7800.42
HSL226.94º100%28.82%-
HSV(B)226.94º100%57.65%-
XYZ5.783.1427.9-
YUV35.54190.9102.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 147 (57.81% from 255) = 82.12%
R=0%
G=17.88%
B=82.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal03214710.7800.42226.9410028.82
Hex02093644E02Ae3641d
Octal04022314411605234314435
Binary01000001001001111001001001110010101011100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002093; }

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

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

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

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

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

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

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

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