#09368F

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

Shades of Smalt #09368F

Tints of Smalt #09368F

Color information

#09368F (or 0x09368F) is unknown color: approx Smalt. HEX triplet: 09, 36 and 8F. RGB value is (9,54,143). Sum of RGB (Red+Green+Blue) = 9+54+143=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #09368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09368F is #F6C970. Grayscale: #323232. Windows color (decimal): -16173425 or 9385481. OLE color: 9385481.

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

Color convert

RGB954143-
CMYK0.940.6200.44
HSL219.85º88.16%29.8%-
HSV(B)219.85º93.71%56.08%-
XYZ6.394.6826.55-
YUV50.69180.0998.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 143 (56.25% from 255) = 69.42%
R=4.37%
G=26.21%
B=69.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9541430.940.6200.44219.8588.1629.8
Hex9368F5E3E02Cdc581e
Octal11662171367605433413036
Binary1001110110100011111011110111110010110011011100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09368F; }

 p { color: rgb(9,54,143); }

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

<style>
 a { background-color: #09368F; }

 a { background-color: rgb(9,54,143); }

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

<style>
 span { border-color: #09368F; }

 span { border-color: rgb(9,54,143); }

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