#093A8A

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

Shades of Smalt #093A8A

Tints of Smalt #093A8A

Color information

#093A8A (or 0x093A8A) is unknown color: approx Smalt. HEX triplet: 09, 3A and 8A. RGB value is (9,58,138). Sum of RGB (Red+Green+Blue) = 9+58+138=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #093A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A8A is #F6C575. Grayscale: #343434. Windows color (decimal): -16172406 or 9058825. OLE color: 9058825.

HSL color Cylindrical-coordinate representation of color #093A8A: hue angle of 217.21º 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 #093A8A is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB958138-
CMYK0.930.5800.46
HSL217.21º87.76%28.82%-
HSV(B)217.21º93.48%54.12%-
XYZ6.214.9224.67-
YUV52.47176.2797-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 138 (54.30% from 255) = 67.32%
R=4.39%
G=28.29%
B=67.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9581380.930.5800.46217.2187.7628.82
Hex93A8A5D3A02Ed9581d
Octal11722121357205633113035
Binary1001111010100010101011101111010010111011011001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093A8A; }

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

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

<style>
 a { background-color: #093A8A; }

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

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

<style>
 span { border-color: #093A8A; }

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

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