#09218D

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

Shades of Smalt #09218D

Tints of Smalt #09218D

Color information

#09218D (or 0x09218D) is unknown color: approx Smalt. HEX triplet: 09, 21 and 8D. RGB value is (9,33,141). Sum of RGB (Red+Green+Blue) = 9+33+141=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #09218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09218D is #F6DE72. Grayscale: #252525. Windows color (decimal): -16178803 or 9249033. OLE color: 9249033.

HSL color Cylindrical-coordinate representation of color #09218D: hue angle of 229.09º 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 #09218D is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB933141-
CMYK0.940.7700.45
HSL229.09º88%29.41%-
HSV(B)229.09º93.62%55.29%-
XYZ5.463.0725.5-
YUV38.14186.05107.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 141 (55.47% from 255) = 77.05%
R=4.92%
G=18.03%
B=77.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9331410.940.7700.45229.098829.41
Hex9218D5E4D02De5581d
Octal114121513611505534513035
Binary10011000011000110110111101001101010110111100101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09218D; }

 p { color: rgb(9,33,141); }

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

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

 a { background-color: rgb(9,33,141); }

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

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

 span { border-color: rgb(9,33,141); }

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