#001CD1

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

Shades of Medium Blue #001CD1

Tints of Medium Blue #001CD1

Color information

#001CD1 (or 0x001CD1) is unknown color: approx Medium Blue. HEX triplet: 00, 1C and D1. RGB value is (0,28,209). Sum of RGB (Red+Green+Blue) = 0+28+209=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 209 (82.03% from 255 or 88.19% from 237); Max value from RGB is 209 - color contains mainly: blue. Hex color #001CD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CD1 is #FFE32E. Grayscale: #272727. Windows color (decimal): -16769839 or 13704192. OLE color: 13704192.

HSL color Cylindrical-coordinate representation of color #001CD1: hue angle of 231.96º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CD1 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB028209-
CMYK10.8700.18
HSL231.96º100%40.98%-
HSV(B)231.96º100%81.96%-
XYZ11.925.4360.74-
YUV40.26223.2299.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 11.81%
BLUE value IS 209 (82.03% from 255) = 88.19%
R=0%
G=11.81%
B=88.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal02820910.8700.18231.9610040.98
Hex01CD16457012e86429
Octal03432114412702235014451
Binary0111001101000111001001010111010010111010001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001CD1; }

 p { color: rgb(0,28,209); }

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

<style>
 a { background-color: #001CD1; }

 a { background-color: rgb(0,28,209); }

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

<style>
 span { border-color: #001CD1; }

 span { border-color: rgb(0,28,209); }

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