#093398

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

Shades of Smalt #093398

Tints of Smalt #093398

Color information

#093398 (or 0x093398) is unknown color: approx Smalt. HEX triplet: 09, 33 and 98. RGB value is (9,51,152). Sum of RGB (Red+Green+Blue) = 9+51+152=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #093398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093398 is #F6CC67. Grayscale: #313131. Windows color (decimal): -16174184 or 9974537. OLE color: 9974537.

HSL color Cylindrical-coordinate representation of color #093398: hue angle of 222.38º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093398 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB951152-
CMYK0.940.6600.40
HSL222.38º88.82%31.57%-
HSV(B)222.38º94.08%59.61%-
XYZ6.964.6930.24-
YUV49.96185.5998.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 152 (59.77% from 255) = 71.70%
R=4.25%
G=24.06%
B=71.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9511520.940.6600.40222.3888.8231.57
Hex933985E42028de5920
Octal116323013610205033613140
Binary100111001110011000101111010000100101000110111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093398; }

 p { color: rgb(9,51,152); }

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

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

 a { background-color: rgb(9,51,152); }

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

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

 span { border-color: rgb(9,51,152); }

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