#093899

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

Shades of Smalt #093899

Tints of Smalt #093899

Color information

#093899 (or 0x093899) is unknown color: approx Smalt. HEX triplet: 09, 38 and 99. RGB value is (9,56,153). Sum of RGB (Red+Green+Blue) = 9+56+153=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #093899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093899 is #F6C766. Grayscale: #343434. Windows color (decimal): -16172903 or 10041353. OLE color: 10041353.

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

Color convert

RGB956153-
CMYK0.940.6300.4
HSL220.42º88.89%31.76%-
HSV(B)220.42º94.12%60%-
XYZ7.285.1930.75-
YUV53184.4396.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 153 (60.16% from 255) = 70.18%
R=4.13%
G=25.69%
B=70.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9561530.940.6300.4220.4288.8931.76
Hex938995E3F028dc5920
Octal11702311367705033413140
Binary10011110001001100110111101111110101000110111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093899; }

 p { color: rgb(9,56,153); }

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

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

 a { background-color: rgb(9,56,153); }

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

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

 span { border-color: rgb(9,56,153); }

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