#0A07E1

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

Shades of Medium Blue #0A07E1

Tints of Medium Blue #0A07E1

Color information

#0A07E1 (or 0x0A07E1) is unknown color: approx Medium Blue. HEX triplet: 0A, 07 and E1. RGB value is (10,7,225). Sum of RGB (Red+Green+Blue) = 10+7+225=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 225 (88.28% from 255 or 92.98% from 242); Max value from RGB is 225 - color contains mainly: blue. Hex color #0A07E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A07E1 is #F5F81E. Grayscale: #1F1F1F. Windows color (decimal): -16119839 or 14747402. OLE color: 14747402.

HSL color Cylindrical-coordinate representation of color #0A07E1: hue angle of 240.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A07E1 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB107225-
CMYK0.960.9700.12
HSL240.83º93.97%45.49%-
HSV(B)240.83º96.89%88.24%-
XYZ13.795.6571.6-
YUV32.75236.49111.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 225 (88.28% from 255) = 92.98%
R=4.13%
G=2.89%
B=92.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1072250.960.9700.12240.8393.9745.49
HexA7E160610Cf15e2d
Octal12734114014101436113655
Binary1010111111000011100000110000101100111100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A07E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,7,225); }

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

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

 a { background-color: rgb(10,7,225); }

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

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

 span { border-color: rgb(10,7,225); }

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