#093b90

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

Shades of Smalt #093B90

Tints of Smalt #093B90

Color information

#093B90 (or 0x093B90) is unknown color: approx Smalt. HEX triplet: 09, 3B and 90. RGB value is (9,59,144). Sum of RGB (Red+Green+Blue) = 9+59+144=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #093B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093B90 is #F6C46F. Grayscale: #353535. Windows color (decimal): -16172144 or 9452297. OLE color: 9452297.

HSL color Cylindrical-coordinate representation of color #093B90: hue angle of 217.78º 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 #093B90 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB959144-
CMYK0.940.5900.44
HSL217.78º88.24%30%-
HSV(B)217.78º93.75%56.47%-
XYZ6.715.227.04-
YUV53.74178.9496.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 144 (56.64% from 255) = 67.92%
R=4.25%
G=27.83%
B=67.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9591440.940.5900.44217.7888.2430
Hex93B905E3B02Cda581e
Octal11732201367305433213036
Binary1001111011100100001011110111011010110011011010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093b90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093b90; }

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

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

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

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

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

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

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

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