#000DC1

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

Shades of Medium Blue #000DC1

Tints of Medium Blue #000DC1

Color information

#000DC1 (or 0x000DC1) is unknown color: approx Medium Blue. HEX triplet: 00, 0D and C1. RGB value is (0,13,193). Sum of RGB (Red+Green+Blue) = 0+13+193=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 193 (75.78% from 255 or 93.69% from 206); Max value from RGB is 193 - color contains mainly: blue. Hex color #000DC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DC1 is #FFF23E. Grayscale: #1C1C1C. Windows color (decimal): -16773695 or 12651776. OLE color: 12651776.

HSL color Cylindrical-coordinate representation of color #000DC1: hue angle of 235.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DC1 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB013193-
CMYK10.9300.24
HSL235.96º100%37.84%-
HSV(B)235.96º100%75.69%-
XYZ9.774.1450.74-
YUV29.63220.19106.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 193 (75.78% from 255) = 93.69%
R=0%
G=6.31%
B=93.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal01319310.9300.24235.9610037.84
Hex0DC1645D018ec6426
Octal01530114413503035414446
Binary011011100000111001001011101011000111011001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000DC1; }

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

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

<style>
 a { background-color: #000DC1; }

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

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

<style>
 span { border-color: #000DC1; }

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

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