#0818E1

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

Shades of Medium Blue #0818E1

Tints of Medium Blue #0818E1

Color information

#0818E1 (or 0x0818E1) is unknown color: approx Medium Blue. HEX triplet: 08, 18 and E1. RGB value is (8,24,225). Sum of RGB (Red+Green+Blue) = 8+24+225=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 225 (88.28% from 255 or 87.55% from 257); Max value from RGB is 225 - color contains mainly: blue. Hex color #0818E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0818E1 is #F7E71E. Grayscale: #292929. Windows color (decimal): -16246559 or 14751752. OLE color: 14751752.

HSL color Cylindrical-coordinate representation of color #0818E1: hue angle of 235.58º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0818E1 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB824225-
CMYK0.960.8900.12
HSL235.58º93.13%45.69%-
HSV(B)235.58º96.44%88.24%-
XYZ14.026.1471.68-
YUV42.13231.2103.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.11%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 225 (88.28% from 255) = 87.55%
R=3.11%
G=9.34%
B=87.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal8242250.960.8900.12235.5893.1345.69
Hex818E160590Cec5d2e
Octal103034114013101435413556
Binary100011000111000011100000101100101100111011001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0818E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0818E1; }

 p { color: rgb(8,24,225); }

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

<style>
 a { background-color: #0818E1; }

 a { background-color: rgb(8,24,225); }

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

<style>
 span { border-color: #0818E1; }

 span { border-color: rgb(8,24,225); }

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