#09388A

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

Shades of Smalt #09388A

Tints of Smalt #09388A

Color information

#09388A (or 0x09388A) is unknown color: approx Smalt. HEX triplet: 09, 38 and 8A. RGB value is (9,56,138). Sum of RGB (Red+Green+Blue) = 9+56+138=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #09388A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09388A is #F6C775. Grayscale: #323232. Windows color (decimal): -16172918 or 9058313. OLE color: 9058313.

HSL color Cylindrical-coordinate representation of color #09388A: hue angle of 218.14º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09388A is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB956138-
CMYK0.930.5900.46
HSL218.14º87.76%28.82%-
HSV(B)218.14º93.48%54.12%-
XYZ6.114.7224.63-
YUV51.3176.9397.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 138 (54.30% from 255) = 67.98%
R=4.43%
G=27.59%
B=67.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9561380.930.5900.46218.1487.7628.82
Hex9388A5D3B02Eda581d
Octal11702121357305633213035
Binary1001111000100010101011101111011010111011011010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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