#003393

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

Shades of Smalt #003393

Tints of Smalt #003393

Color information

#003393 (or 0x003393) is unknown color: approx Smalt. HEX triplet: 00, 33 and 93. RGB value is (0,51,147). Sum of RGB (Red+Green+Blue) = 0+51+147=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #003393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003393 is #FFCC6C. Grayscale: #2E2E2E. Windows color (decimal): -16764013 or 9646848. OLE color: 9646848.

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

Color convert

RGB051147-
CMYK10.6500.42
HSL219.18º100%28.82%-
HSV(B)219.18º100%57.65%-
XYZ6.454.4728.13-
YUV46.69184.694.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 147 (57.81% from 255) = 74.24%
R=0%
G=25.76%
B=74.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal05114710.6500.42219.1810028.82
Hex03393644102Adb641d
Octal06322314410105233314435
Binary01100111001001111001001000001010101011011011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003393; }

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

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

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

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

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

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

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

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