#0D00DE

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

Shades of Medium Blue #0D00DE

Tints of Medium Blue #0D00DE

Color information

#0D00DE (or 0x0D00DE) is unknown color: approx Medium Blue. HEX triplet: 0D, 00 and DE. RGB value is (13,0,222). Sum of RGB (Red+Green+Blue) = 13+0+222=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 222 (87.11% from 255 or 94.47% from 235); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D00DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D00DE is #F2FF21. Grayscale: #1C1C1C. Windows color (decimal): -15925026 or 14549005. OLE color: 14549005.

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

Color convert

RGB130222-
CMYK0.94100.13
HSL243.51º100%43.53%-
HSV(B)243.51º100%87.06%-
XYZ13.355.3669.44-
YUV29.2236.81116.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 222 (87.11% from 255) = 94.47%
R=5.53%
G=0%
B=94.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302220.94100.13243.5110043.53
HexD0DE5E640Df4642c
Octal15033613614401536414454
Binary11010110111101011110110010001101111101001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D00DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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