#093D91

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

Shades of Smalt #093D91

Tints of Smalt #093D91

Color information

#093D91 (or 0x093D91) is unknown color: approx Smalt. HEX triplet: 09, 3D and 91. RGB value is (9,61,145). Sum of RGB (Red+Green+Blue) = 9+61+145=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #093D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093D91 is #F6C26E. Grayscale: #363636. Windows color (decimal): -16171631 or 9518345. OLE color: 9518345.

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

Color convert

RGB961145-
CMYK0.940.5800.43
HSL217.06º88.31%30.2%-
HSV(B)217.06º93.79%56.86%-
XYZ6.895.4427.47-
YUV55.03178.7795.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 145 (57.03% from 255) = 67.44%
R=4.19%
G=28.37%
B=67.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9611450.940.5800.43217.0688.3130.2
Hex93D915E3A02Bd9581e
Octal11752211367205333113036
Binary1001111101100100011011110111010010101111011001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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