#092298

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

Shades of Smalt #092298

Tints of Smalt #092298

Color information

#092298 (or 0x092298) is unknown color: approx Smalt. HEX triplet: 09, 22 and 98. RGB value is (9,34,152). Sum of RGB (Red+Green+Blue) = 9+34+152=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #092298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092298 is #F6DD67. Grayscale: #272727. Windows color (decimal): -16178536 or 9970185. OLE color: 9970185.

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

Color convert

RGB934152-
CMYK0.940.7800.40
HSL229.51º88.82%31.57%-
HSV(B)229.51º94.08%59.61%-
XYZ6.353.4730.04-
YUV39.98191.22105.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 152 (59.77% from 255) = 77.95%
R=4.62%
G=17.44%
B=77.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9341520.940.7800.40229.5188.8231.57
Hex922985E4E028e65920
Octal114223013611605034613140
Binary100110001010011000101111010011100101000111001101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092298; }

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

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

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

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

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

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

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

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