#0A05E2

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

Shades of Medium Blue #0A05E2

Tints of Medium Blue #0A05E2

Color information

#0A05E2 (or 0x0A05E2) is unknown color: approx Medium Blue. HEX triplet: 0A, 05 and E2. RGB value is (10,5,226). Sum of RGB (Red+Green+Blue) = 10+5+226=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 226 (88.67% from 255 or 93.78% from 241); Max value from RGB is 226 - color contains mainly: blue. Hex color #0A05E2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A05E2 is #F5FA1D. Grayscale: #1E1E1E. Windows color (decimal): -16120350 or 14812426. OLE color: 14812426.

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

Color convert

RGB105226-
CMYK0.960.9800.11
HSL241.36º95.67%45.29%-
HSV(B)241.36º97.79%88.63%-
XYZ13.915.6672.31-
YUV31.69237.66112.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 226 (88.67% from 255) = 93.78%
R=4.15%
G=2.07%
B=93.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052260.960.9800.11241.3695.6745.29
HexA5E260620Bf1602d
Octal12534214014201336114055
Binary1010101111000101100000110001001011111100011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A05E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,5,226); }

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

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

 a { background-color: rgb(10,5,226); }

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

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

 span { border-color: rgb(10,5,226); }

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