#0A16EB

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

Shades of Blue #0A16EB

Tints of Blue #0A16EB

Color information

#0A16EB (or 0x0A16EB) is unknown color: approx Blue. HEX triplet: 0A, 16 and EB. RGB value is (10,22,235). Sum of RGB (Red+Green+Blue) = 10+22+235=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 235 (92.19% from 255 or 88.01% from 267); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A16EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A16EB is #F5E914. Grayscale: #292929. Windows color (decimal): -16115989 or 15406602. OLE color: 15406602.

HSL color Cylindrical-coordinate representation of color #0A16EB: hue angle of 236.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A16EB is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1022235-
CMYK0.960.9100.08
HSL236.8º91.84%48.04%-
HSV(B)236.8º95.74%92.16%-
XYZ15.416.6479.07-
YUV42.69236.52104.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.75%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 235 (92.19% from 255) = 88.01%
R=3.75%
G=8.24%
B=88.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal10222350.960.9100.08236.891.8448.04
HexA16EB605B08ed5c30
Octal122635314013301035513460
Binary101010110111010111100000101101101000111011011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A16EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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