#09429B

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

Shades of Smalt #09429B

Tints of Smalt #09429B

Color information

#09429B (or 0x09429B) is unknown color: approx Smalt. HEX triplet: 09, 42 and 9B. RGB value is (9,66,155). Sum of RGB (Red+Green+Blue) = 9+66+155=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #09429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09429B is #F6BD64. Grayscale: #3A3A3A. Windows color (decimal): -16170341 or 10174985. OLE color: 10174985.

HSL color Cylindrical-coordinate representation of color #09429B: hue angle of 216.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09429B is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB966155-
CMYK0.940.5700.39
HSL216.58º89.02%32.16%-
HSV(B)216.58º94.19%60.78%-
XYZ7.986.3231.81-
YUV59.1182.1292.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 155 (60.94% from 255) = 67.39%
R=3.91%
G=28.70%
B=67.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9661550.940.5700.39216.5889.0232.16
Hex9429B5E39027d95920
Octal111022331367104733113140
Binary100110000101001101110111101110010100111110110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09429B; }

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

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

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

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

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

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

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

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