#010EB5

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

Shades of Medium Blue #010EB5

Tints of Medium Blue #010EB5

Color information

#010EB5 (or 0x010EB5) is unknown color: approx Medium Blue. HEX triplet: 01, 0E and B5. RGB value is (1,14,181). Sum of RGB (Red+Green+Blue) = 1+14+181=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 181 (71.09% from 255 or 92.35% from 196); Max value from RGB is 181 - color contains mainly: blue. Hex color #010EB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EB5 is #FEF14A. Grayscale: #1C1C1C. Windows color (decimal): -16707915 or 11865601. OLE color: 11865601.

HSL color Cylindrical-coordinate representation of color #010EB5: hue angle of 235.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010EB5 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB114181-
CMYK0.990.9200.29
HSL235.67º98.9%35.69%-
HSV(B)235.67º99.45%70.98%-
XYZ8.513.6643.97-
YUV29.15213.69107.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 14 (5.86% from 255) = 7.14%
BLUE value IS 181 (71.09% from 255) = 92.35%
R=0.51%
G=7.14%
B=92.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141810.990.9200.29235.6798.935.69
Hex1EB5635C01Dec6324
Octal11626514313403535414344
Binary111101011010111000111011100011101111011001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010EB5; }

 p { color: rgb(1,14,181); }

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

<style>
 a { background-color: #010EB5; }

 a { background-color: rgb(1,14,181); }

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

<style>
 span { border-color: #010EB5; }

 span { border-color: rgb(1,14,181); }

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