#09238E

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

Shades of Smalt #09238E

Tints of Smalt #09238E

Color information

#09238E (or 0x09238E) is unknown color: approx Smalt. HEX triplet: 09, 23 and 8E. RGB value is (9,35,142). Sum of RGB (Red+Green+Blue) = 9+35+142=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 142 (55.86% from 255 or 76.34% from 186); Max value from RGB is 142 - color contains mainly: blue. Hex color #09238E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09238E is #F6DC71. Grayscale: #262626. Windows color (decimal): -16178290 or 9315081. OLE color: 9315081.

HSL color Cylindrical-coordinate representation of color #09238E: hue angle of 228.27º 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 #09238E is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB935142-
CMYK0.940.7500.44
HSL228.27º88.08%29.61%-
HSV(B)228.27º93.66%55.69%-
XYZ5.63.2125.92-
YUV39.42185.89106.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 142 (55.86% from 255) = 76.34%
R=4.84%
G=18.82%
B=76.34%

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
Decimal9351420.940.7500.44228.2788.0829.61
Hex9238E5E4B02Ce4581e
Octal114321613611305434413036
Binary10011000111000111010111101001011010110011100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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