#093597

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

Shades of Smalt #093597

Tints of Smalt #093597

Color information

#093597 (or 0x093597) is unknown color: approx Smalt. HEX triplet: 09, 35 and 97. RGB value is (9,53,151). Sum of RGB (Red+Green+Blue) = 9+53+151=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 151 (59.38% from 255 or 70.89% from 213); Max value from RGB is 151 - color contains mainly: blue. Hex color #093597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093597 is #F6CA68. Grayscale: #323232. Windows color (decimal): -16173673 or 9909513. OLE color: 9909513.

HSL color Cylindrical-coordinate representation of color #093597: hue angle of 221.41º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093597 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB953151-
CMYK0.940.6500.41
HSL221.41º88.75%31.37%-
HSV(B)221.41º94.04%59.22%-
XYZ6.974.8429.84-
YUV51.02184.4298.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 151 (59.38% from 255) = 70.89%
R=4.23%
G=24.88%
B=70.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9531510.940.6500.41221.4188.7531.37
Hex935975E41029dd591f
Octal116522713610105133513137
Binary10011101011001011110111101000001010100111011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093597; }

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

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

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

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

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

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

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

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