#0A2B99

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

Shades of Smalt #0A2B99

Tints of Smalt #0A2B99

Color information

#0A2B99 (or 0x0A2B99) is unknown color: approx Smalt. HEX triplet: 0A, 2B and 99. RGB value is (10,43,153). Sum of RGB (Red+Green+Blue) = 10+43+153=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A2B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2B99 is #F5D466. Grayscale: #2D2D2D. Windows color (decimal): -16110695 or 10038026. OLE color: 10038026.

HSL color Cylindrical-coordinate representation of color #0A2B99: hue angle of 226.15º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A2B99 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1043153-
CMYK0.930.7200.4
HSL226.15º87.73%31.96%-
HSV(B)226.15º93.46%60%-
XYZ6.744.0930.57-
YUV45.67188.57102.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.85%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 153 (60.16% from 255) = 74.27%
R=4.85%
G=20.87%
B=74.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10431530.930.7200.4226.1587.7331.96
HexA2B995D48028e25820
Octal125323113511005034213040
Binary101010101110011001101110110010000101000111000101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,43,153); }

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

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

 a { background-color: rgb(10,43,153); }

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

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

 span { border-color: rgb(10,43,153); }

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