#0D18E0

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

Shades of Medium Blue #0D18E0

Tints of Medium Blue #0D18E0

Color information

#0D18E0 (or 0x0D18E0) is unknown color: approx Medium Blue. HEX triplet: 0D, 18 and E0. RGB value is (13,24,224). Sum of RGB (Red+Green+Blue) = 13+24+224=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 224 (87.89% from 255 or 85.82% from 261); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D18E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D18E0 is #F2E71F. Grayscale: #2A2A2A. Windows color (decimal): -15918880 or 14686221. OLE color: 14686221.

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

Color convert

RGB1324224-
CMYK0.940.8900.12
HSL236.87º89.03%46.47%-
HSV(B)236.87º94.2%87.84%-
XYZ13.956.1270.97-
YUV43.51229.86106.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.98%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 224 (87.89% from 255) = 85.82%
R=4.98%
G=9.20%
B=85.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13242240.940.8900.12236.8789.0346.47
HexD18E05E590Ced592e
Octal153034013613101435513156
Binary110111000111000001011110101100101100111011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D18E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,24,224); }

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

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

 a { background-color: rgb(13,24,224); }

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

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

 span { border-color: rgb(13,24,224); }

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