#093990

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

Shades of Smalt #093990

Tints of Smalt #093990

Color information

#093990 (or 0x093990) is unknown color: approx Smalt. HEX triplet: 09, 39 and 90. RGB value is (9,57,144). Sum of RGB (Red+Green+Blue) = 9+57+144=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #093990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093990 is #F6C66F. Grayscale: #343434. Windows color (decimal): -16172656 or 9451785. OLE color: 9451785.

HSL color Cylindrical-coordinate representation of color #093990: hue angle of 218.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093990 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB957144-
CMYK0.940.6000.44
HSL218.67º88.24%30%-
HSV(B)218.67º93.75%56.47%-
XYZ6.61527-
YUV52.57179.696.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 144 (56.64% from 255) = 68.57%
R=4.29%
G=27.14%
B=68.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9571440.940.6000.44218.6788.2430
Hex939905E3C02Cdb581e
Octal11712201367405433313036
Binary1001111001100100001011110111100010110011011011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093990; }

 p { color: rgb(9,57,144); }

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

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

 a { background-color: rgb(9,57,144); }

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

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

 span { border-color: rgb(9,57,144); }

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