#09368C

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

Shades of Smalt #09368C

Tints of Smalt #09368C

Color information

#09368C (or 0x09368C) is unknown color: approx Smalt. HEX triplet: 09, 36 and 8C. RGB value is (9,54,140). Sum of RGB (Red+Green+Blue) = 9+54+140=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #09368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09368C is #F6C973. Grayscale: #313131. Windows color (decimal): -16173428 or 9188873. OLE color: 9188873.

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

Color convert

RGB954140-
CMYK0.940.6100.45
HSL219.39º87.92%29.22%-
HSV(B)219.39º93.57%54.9%-
XYZ6.174.5925.37-
YUV50.35178.5998.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 140 (55.08% from 255) = 68.97%
R=4.43%
G=26.60%
B=68.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9541400.940.6100.45219.3987.9229.22
Hex9368C5E3D02Ddb581d
Octal11662141367505533313035
Binary1001110110100011001011110111101010110111011011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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