#09388E

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

Shades of Smalt #09388E

Tints of Smalt #09388E

Color information

#09388E (or 0x09388E) is unknown color: approx Smalt. HEX triplet: 09, 38 and 8E. RGB value is (9,56,142). Sum of RGB (Red+Green+Blue) = 9+56+142=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #09388E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09388E is #F6C771. Grayscale: #333333. Windows color (decimal): -16172914 or 9320457. OLE color: 9320457.

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

Color convert

RGB956142-
CMYK0.940.6100.44
HSL218.8º88.08%29.61%-
HSV(B)218.8º93.66%55.69%-
XYZ6.414.8426.19-
YUV51.75178.9397.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 142 (55.86% from 255) = 68.60%
R=4.35%
G=27.05%
B=68.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9561420.940.6100.44218.888.0829.61
Hex9388E5E3D02Cdb581e
Octal11702161367505433313036
Binary1001111000100011101011110111101010110011011011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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