#0A05E7

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

Shades of Blue #0A05E7

Tints of Blue #0A05E7

Color information

#0A05E7 (or 0x0A05E7) is unknown color: approx Blue. HEX triplet: 0A, 05 and E7. RGB value is (10,5,231). Sum of RGB (Red+Green+Blue) = 10+5+231=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 231 (90.62% from 255 or 93.90% from 246); Max value from RGB is 231 - color contains mainly: blue. Hex color #0A05E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A05E7 is #F5FA18. Grayscale: #1F1F1F. Windows color (decimal): -16120345 or 15140106. OLE color: 15140106.

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

Color convert

RGB105231-
CMYK0.960.9800.09
HSL241.33º95.76%46.27%-
HSV(B)241.33º97.84%90.59%-
XYZ14.65.9475.98-
YUV32.26240.16112.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 5 (2.34% from 255) = 2.03%
BLUE value IS 231 (90.62% from 255) = 93.90%
R=4.07%
G=2.03%
B=93.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052310.960.9800.09241.3395.7646.27
HexA5E7606209f1602e
Octal12534714014201136114056
Binary1010101111001111100000110001001001111100011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A05E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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