#0A05EA

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

Shades of Blue #0A05EA

Tints of Blue #0A05EA

Color information

#0A05EA (or 0x0A05EA) is unknown color: approx Blue. HEX triplet: 0A, 05 and EA. RGB value is (10,5,234). Sum of RGB (Red+Green+Blue) = 10+5+234=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 234 (91.80% from 255 or 93.98% from 249); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A05EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A05EA is #F5FA15. Grayscale: #1F1F1F. Windows color (decimal): -16120342 or 15336714. OLE color: 15336714.

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

Color convert

RGB105234-
CMYK0.960.9800.08
HSL241.31º95.82%46.86%-
HSV(B)241.31º97.86%91.76%-
XYZ15.036.1178.23-
YUV32.6241.66111.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 234 (91.80% from 255) = 93.98%
R=4.02%
G=2.01%
B=93.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052340.960.9800.08241.3195.8246.86
HexA5EA606208f1602f
Octal12535214014201036114057
Binary1010101111010101100000110001001000111100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A05EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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