#093690

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

Shades of Smalt #093690

Tints of Smalt #093690

Color information

#093690 (or 0x093690) is unknown color: approx Smalt. HEX triplet: 09, 36 and 90. RGB value is (9,54,144). Sum of RGB (Red+Green+Blue) = 9+54+144=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #093690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093690 is #F6C96F. Grayscale: #323232. Windows color (decimal): -16173424 or 9451017. OLE color: 9451017.

HSL color Cylindrical-coordinate representation of color #093690: hue angle of 220º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093690 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB954144-
CMYK0.940.6300.44
HSL220º88.24%30%-
HSV(B)220º93.75%56.47%-
XYZ6.474.7126.95-
YUV50.8180.5998.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 144 (56.64% from 255) = 69.57%
R=4.35%
G=26.09%
B=69.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9541440.940.6300.4422088.2430
Hex936905E3F02Cdc581e
Octal11662201367705433413036
Binary1001110110100100001011110111111010110011011100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093690; }

 p { color: rgb(9,54,144); }

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

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

 a { background-color: rgb(9,54,144); }

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

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

 span { border-color: rgb(9,54,144); }

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