#0D1ADE

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

Shades of Medium Blue #0D1ADE

Tints of Medium Blue #0D1ADE

Color information

#0D1ADE (or 0x0D1ADE) is unknown color: approx Medium Blue. HEX triplet: 0D, 1A and DE. RGB value is (13,26,222). Sum of RGB (Red+Green+Blue) = 13+26+222=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 222 (87.11% from 255 or 85.06% from 261); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D1ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1ADE is #F2E521. Grayscale: #2B2B2B. Windows color (decimal): -15918370 or 14555661. OLE color: 14555661.

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

Color convert

RGB1326222-
CMYK0.940.8800.13
HSL236.27º88.94%46.08%-
HSV(B)236.27º94.14%87.06%-
XYZ13.726.169.56-
YUV44.46228.19105.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.98%
GREEN value IS 26 (10.55% from 255) = 9.96%
BLUE value IS 222 (87.11% from 255) = 85.06%
R=4.98%
G=9.96%
B=85.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal13262220.940.8800.13236.2788.9446.08
HexD1ADE5E580Dec592e
Octal153233613613001535413156
Binary110111010110111101011110101100001101111011001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,26,222); }

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

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

 a { background-color: rgb(13,26,222); }

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

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

 span { border-color: rgb(13,26,222); }

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