#093591

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

Shades of Smalt #093591

Tints of Smalt #093591

Color information

#093591 (or 0x093591) is unknown color: approx Smalt. HEX triplet: 09, 35 and 91. RGB value is (9,53,145). Sum of RGB (Red+Green+Blue) = 9+53+145=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #093591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093591 is #F6CA6E. Grayscale: #313131. Windows color (decimal): -16173679 or 9516297. OLE color: 9516297.

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

Color convert

RGB953145-
CMYK0.940.6300.43
HSL220.59º88.31%30.2%-
HSV(B)220.59º93.79%56.86%-
XYZ6.54.6527.34-
YUV50.33181.4298.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 145 (57.03% from 255) = 70.05%
R=4.35%
G=25.60%
B=70.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9531450.940.6300.43220.5988.3130.2
Hex935915E3F02Bdd581e
Octal11652211367705333513036
Binary1001110101100100011011110111111010101111011101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093591; }

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

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

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

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

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

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

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

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