#092690

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

Shades of Smalt #092690

Tints of Smalt #092690

Color information

#092690 (or 0x092690) is unknown color: approx Smalt. HEX triplet: 09, 26 and 90. RGB value is (9,38,144). Sum of RGB (Red+Green+Blue) = 9+38+144=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #092690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092690 is #F6D96F. Grayscale: #282828. Windows color (decimal): -16177520 or 9446921. OLE color: 9446921.

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

Color convert

RGB938144-
CMYK0.940.7400.44
HSL227.11º88.24%30%-
HSV(B)227.11º93.75%56.47%-
XYZ5.843.4626.75-
YUV41.41185.89104.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 144 (56.64% from 255) = 75.39%
R=4.71%
G=19.90%
B=75.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9381440.940.7400.44227.1188.2430
Hex926905E4A02Ce3581e
Octal114622013611205434313036
Binary10011001101001000010111101001010010110011100011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092690; }

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

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

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

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

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

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

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

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