#094298

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

Shades of Smalt #094298

Tints of Smalt #094298

Color information

#094298 (or 0x094298) is unknown color: approx Smalt. HEX triplet: 09, 42 and 98. RGB value is (9,66,152). Sum of RGB (Red+Green+Blue) = 9+66+152=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #094298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094298 is #F6BD67. Grayscale: #3A3A3A. Windows color (decimal): -16170344 or 9978377. OLE color: 9978377.

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

Color convert

RGB966152-
CMYK0.940.5700.40
HSL216.08º88.82%31.57%-
HSV(B)216.08º94.08%59.61%-
XYZ7.736.2230.5-
YUV58.76180.6292.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 152 (59.77% from 255) = 66.96%
R=3.96%
G=29.07%
B=66.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9661520.940.5700.40216.0888.8231.57
Hex942985E39028d85920
Octal111022301367105033013140
Binary100110000101001100010111101110010101000110110001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094298; }

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

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

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

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

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

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

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

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