#093C91

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

Shades of Smalt #093C91

Tints of Smalt #093C91

Color information

#093C91 (or 0x093C91) is unknown color: approx Smalt. HEX triplet: 09, 3C and 91. RGB value is (9,60,145). Sum of RGB (Red+Green+Blue) = 9+60+145=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #093C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C91 is #F6C36E. Grayscale: #363636. Windows color (decimal): -16171887 or 9518089. OLE color: 9518089.

HSL color Cylindrical-coordinate representation of color #093C91: hue angle of 217.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093C91 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB960145-
CMYK0.940.5900.43
HSL217.5º88.31%30.2%-
HSV(B)217.5º93.79%56.86%-
XYZ6.845.3327.46-
YUV54.44179.195.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 145 (57.03% from 255) = 67.76%
R=4.21%
G=28.04%
B=67.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9601450.940.5900.43217.588.3130.2
Hex93C915E3B02Bda581e
Octal11742211367305333213036
Binary1001111100100100011011110111011010101111011010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,60,145); }

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

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

 a { background-color: rgb(9,60,145); }

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

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

 span { border-color: rgb(9,60,145); }

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