#0A3394

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

Shades of Smalt #0A3394

Tints of Smalt #0A3394

Color information

#0A3394 (or 0x0A3394) is unknown color: approx Smalt. HEX triplet: 0A, 33 and 94. RGB value is (10,51,148). Sum of RGB (Red+Green+Blue) = 10+51+148=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A3394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3394 is #F5CC6B. Grayscale: #313131. Windows color (decimal): -16108652 or 9712394. OLE color: 9712394.

HSL color Cylindrical-coordinate representation of color #0A3394: hue angle of 222.17º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3394 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1051148-
CMYK0.930.6600.42
HSL222.17º87.34%30.98%-
HSV(B)222.17º93.24%58.04%-
XYZ6.654.5728.55-
YUV49.8183.4299.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 148 (58.20% from 255) = 70.81%
R=4.78%
G=24.40%
B=70.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10511480.930.6600.42222.1787.3430.98
HexA33945D4202Ade571f
Octal126322413510205233612737
Binary10101100111001010010111011000010010101011011110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3394; }

 p { color: rgb(10,51,148); }

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

<style>
 a { background-color: #0A3394; }

 a { background-color: rgb(10,51,148); }

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

<style>
 span { border-color: #0A3394; }

 span { border-color: rgb(10,51,148); }

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