#093B94

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

Shades of Smalt #093B94

Tints of Smalt #093B94

Color information

#093B94 (or 0x093B94) is unknown color: approx Smalt. HEX triplet: 09, 3B and 94. RGB value is (9,59,148). Sum of RGB (Red+Green+Blue) = 9+59+148=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #093B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093B94 is #F6C46B. Grayscale: #353535. Windows color (decimal): -16172140 or 9714441. OLE color: 9714441.

HSL color Cylindrical-coordinate representation of color #093B94: hue angle of 218.42º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093B94 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB959148-
CMYK0.940.6000.42
HSL218.42º88.54%30.78%-
HSV(B)218.42º93.92%58.04%-
XYZ7.025.3228.67-
YUV54.2180.9495.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 59 (23.44% from 255) = 27.31%
BLUE value IS 148 (58.20% from 255) = 68.52%
R=4.17%
G=27.31%
B=68.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9591480.940.6000.42218.4288.5430.78
Hex93B945E3C02Ada591f
Octal11732241367405233213137
Binary1001111011100101001011110111100010101011011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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