#0A0EB7

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

Shades of Medium Blue #0A0EB7

Tints of Medium Blue #0A0EB7

Color information

#0A0EB7 (or 0x0A0EB7) is unknown color: approx Medium Blue. HEX triplet: 0A, 0E and B7. RGB value is (10,14,183). Sum of RGB (Red+Green+Blue) = 10+14+183=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 183 (71.88% from 255 or 88.41% from 207); Max value from RGB is 183 - color contains mainly: blue. Hex color #0A0EB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0EB7 is #F5F148. Grayscale: #1F1F1F. Windows color (decimal): -16118089 or 11996682. OLE color: 11996682.

HSL color Cylindrical-coordinate representation of color #0A0EB7: hue angle of 238.61º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0EB7 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1014183-
CMYK0.950.9200.28
HSL238.61º89.64%37.84%-
HSV(B)238.61º94.54%71.76%-
XYZ8.833.845.07-
YUV32.07213.17112.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.83%
GREEN value IS 14 (5.86% from 255) = 6.76%
BLUE value IS 183 (71.88% from 255) = 88.41%
R=4.83%
G=6.76%
B=88.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10141830.950.9200.28238.6189.6437.84
HexAEB75F5C01Cef5a26
Octal121626713713403435713246
Binary101011101011011110111111011100011100111011111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,14,183); }

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

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

 a { background-color: rgb(10,14,183); }

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

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

 span { border-color: rgb(10,14,183); }

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