#092294

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

Shades of Smalt #092294

Tints of Smalt #092294

Color information

#092294 (or 0x092294) is unknown color: approx Smalt. HEX triplet: 09, 22 and 94. RGB value is (9,34,148). Sum of RGB (Red+Green+Blue) = 9+34+148=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #092294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092294 is #F6DD6B. Grayscale: #272727. Windows color (decimal): -16178540 or 9708041. OLE color: 9708041.

HSL color Cylindrical-coordinate representation of color #092294: hue angle of 229.21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092294 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB934148-
CMYK0.940.7700.42
HSL229.21º88.54%30.78%-
HSV(B)229.21º93.92%58.04%-
XYZ6.033.3428.34-
YUV39.52189.22106.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 148 (58.20% from 255) = 77.49%
R=4.71%
G=17.80%
B=77.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9341480.940.7700.42229.2188.5430.78
Hex922945E4D02Ae5591f
Octal114222413611505234513137
Binary10011000101001010010111101001101010101011100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092294; }

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

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

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

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

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

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

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

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