#09248E

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

Shades of Smalt #09248E

Tints of Smalt #09248E

Color information

#09248E (or 0x09248E) is unknown color: approx Smalt. HEX triplet: 09, 24 and 8E. RGB value is (9,36,142). Sum of RGB (Red+Green+Blue) = 9+36+142=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #09248E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09248E is #F6DB71. Grayscale: #272727. Windows color (decimal): -16178034 or 9315337. OLE color: 9315337.

HSL color Cylindrical-coordinate representation of color #09248E: hue angle of 227.82º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09248E is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB936142-
CMYK0.940.7500.44
HSL227.82º88.08%29.61%-
HSV(B)227.82º93.66%55.69%-
XYZ5.633.2725.93-
YUV40.01185.55105.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 142 (55.86% from 255) = 75.94%
R=4.81%
G=19.25%
B=75.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9361420.940.7500.44227.8288.0829.61
Hex9248E5E4B02Ce4581e
Octal114421613611305434413036
Binary10011001001000111010111101001011010110011100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09248E; }

 p { color: rgb(9,36,142); }

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

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

 a { background-color: rgb(9,36,142); }

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

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

 span { border-color: rgb(9,36,142); }

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