#092892

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

Shades of Smalt #092892

Tints of Smalt #092892

Color information

#092892 (or 0x092892) is unknown color: approx Smalt. HEX triplet: 09, 28 and 92. RGB value is (9,40,146). Sum of RGB (Red+Green+Blue) = 9+40+146=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #092892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092892 is #F6D76D. Grayscale: #2A2A2A. Windows color (decimal): -16177006 or 9578505. OLE color: 9578505.

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

Color convert

RGB940146-
CMYK0.940.7300.43
HSL226.42º88.39%30.39%-
HSV(B)226.42º93.84%57.25%-
XYZ6.063.6527.58-
YUV42.82186.23103.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 146 (57.42% from 255) = 74.87%
R=4.62%
G=20.51%
B=74.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9401460.940.7300.43226.4288.3930.39
Hex928925E4902Be2581e
Octal115022213611105334213036
Binary10011010001001001010111101001001010101111100010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092892; }

 p { color: rgb(9,40,146); }

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

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

 a { background-color: rgb(9,40,146); }

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

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

 span { border-color: rgb(9,40,146); }

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