#09298C

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

Shades of Smalt #09298C

Tints of Smalt #09298C

Color information

#09298C (or 0x09298C) is unknown color: approx Smalt. HEX triplet: 09, 29 and 8C. RGB value is (9,41,140). Sum of RGB (Red+Green+Blue) = 9+41+140=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #09298C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09298C is #F6D673. Grayscale: #2A2A2A. Windows color (decimal): -16176756 or 9185545. OLE color: 9185545.

HSL color Cylindrical-coordinate representation of color #09298C: hue angle of 225.34º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09298C is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB941140-
CMYK0.940.7100.45
HSL225.34º87.92%29.22%-
HSV(B)225.34º93.57%54.9%-
XYZ5.643.5425.2-
YUV42.72182.9103.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 140 (55.08% from 255) = 73.68%
R=4.74%
G=21.58%
B=73.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9411400.940.7100.45225.3487.9229.22
Hex9298C5E4702De1581d
Octal115121413610705534113035
Binary10011010011000110010111101000111010110111100001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09298C; }

 p { color: rgb(9,41,140); }

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

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

 a { background-color: rgb(9,41,140); }

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

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

 span { border-color: rgb(9,41,140); }

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