#0D02CD

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

Shades of Medium Blue #0D02CD

Tints of Medium Blue #0D02CD

Color information

#0D02CD (or 0x0D02CD) is unknown color: approx Medium Blue. HEX triplet: 0D, 02 and CD. RGB value is (13,2,205). Sum of RGB (Red+Green+Blue) = 13+2+205=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 205 (80.47% from 255 or 93.18% from 220); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D02CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D02CD is #F2FD32. Grayscale: #1B1B1B. Windows color (decimal): -15924531 or 13435405. OLE color: 13435405.

HSL color Cylindrical-coordinate representation of color #0D02CD: hue angle of 243.25º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D02CD is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132205-
CMYK0.940.9900.20
HSL243.25º98.07%40.59%-
HSV(B)243.25º99.02%80.39%-
XYZ11.214.5458.04-
YUV28.43227.64116.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 205 (80.47% from 255) = 93.18%
R=5.91%
G=0.91%
B=93.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322050.940.9900.20243.2598.0740.59
HexD2CD5E63014f36229
Octal15231513614302436314251
Binary1101101100110110111101100011010100111100111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D02CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,2,205); }

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

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

 a { background-color: rgb(13,2,205); }

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

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

 span { border-color: rgb(13,2,205); }

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