#0A16C1

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

Shades of Medium Blue #0A16C1

Tints of Medium Blue #0A16C1

Color information

#0A16C1 (or 0x0A16C1) is unknown color: approx Medium Blue. HEX triplet: 0A, 16 and C1. RGB value is (10,22,193). Sum of RGB (Red+Green+Blue) = 10+22+193=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 193 (75.78% from 255 or 85.78% from 225); Max value from RGB is 193 - color contains mainly: blue. Hex color #0A16C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A16C1 is #F5E93E. Grayscale: #252525. Windows color (decimal): -16116031 or 12654090. OLE color: 12654090.

HSL color Cylindrical-coordinate representation of color #0A16C1: hue angle of 236.07º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A16C1 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1022193-
CMYK0.950.8900.24
HSL236.07º90.15%39.8%-
HSV(B)236.07º94.82%75.69%-
XYZ10.044.4950.79-
YUV37.91215.52108.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 193 (75.78% from 255) = 85.78%
R=4.44%
G=9.78%
B=85.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10221930.950.8900.24236.0790.1539.8
HexA16C15F59018ec5a28
Octal122630113713103035413250
Binary1010101101100000110111111011001011000111011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A16C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,22,193); }

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

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

 a { background-color: rgb(10,22,193); }

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

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

 span { border-color: rgb(10,22,193); }

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