#0a2293

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

Shades of Smalt #0A2293

Tints of Smalt #0A2293

Color information

#0A2293 (or 0x0A2293) is unknown color: approx Smalt. HEX triplet: 0A, 22 and 93. RGB value is (10,34,147). Sum of RGB (Red+Green+Blue) = 10+34+147=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 147 (57.81% from 255 or 76.96% from 191); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A2293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2293 is #F5DD6C. Grayscale: #272727. Windows color (decimal): -16113005 or 9642506. OLE color: 9642506.

HSL color Cylindrical-coordinate representation of color #0A2293: hue angle of 229.49º 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 #0A2293 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1034147-
CMYK0.930.7700.42
HSL229.49º87.26%30.78%-
HSV(B)229.49º93.2%57.65%-
XYZ5.963.3227.93-
YUV39.71188.55106.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 147 (57.81% from 255) = 76.96%
R=5.24%
G=17.80%
B=76.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10341470.930.7700.42229.4987.2630.78
HexA22935D4D02Ae5571f
Octal124222313511505234512737
Binary10101000101001001110111011001101010101011100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a2293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,34,147); }

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

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

 a { background-color: rgb(10,34,147); }

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

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

 span { border-color: rgb(10,34,147); }

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