#0A02E3

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

Shades of Medium Blue #0A02E3

Tints of Medium Blue #0A02E3

Color information

#0A02E3 (or 0x0A02E3) is unknown color: approx Medium Blue. HEX triplet: 0A, 02 and E3. RGB value is (10,2,227). Sum of RGB (Red+Green+Blue) = 10+2+227=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 227 (89.06% from 255 or 94.98% from 239); Max value from RGB is 227 - color contains mainly: blue. Hex color #0A02E3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A02E3 is #F5FD1C. Grayscale: #1D1D1D. Windows color (decimal): -16121117 or 14877194. OLE color: 14877194.

HSL color Cylindrical-coordinate representation of color #0A02E3: hue angle of 242.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A02E3 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB102227-
CMYK0.960.9900.11
HSL242.13º98.25%44.9%-
HSV(B)242.13º99.12%89.02%-
XYZ14.015.6573.03-
YUV30.04239.15113.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.18%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 227 (89.06% from 255) = 94.98%
R=4.18%
G=0.84%
B=94.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022270.960.9900.11242.1398.2544.9
HexA2E360630Bf2622d
Octal12234314014301336214255
Binary101010111000111100000110001101011111100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A02E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,227); }

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

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

 a { background-color: rgb(10,2,227); }

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

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

 span { border-color: rgb(10,2,227); }

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