#0015d1

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

Shades of Medium Blue #0015D1

Tints of Medium Blue #0015D1

Color information

#0015D1 (or 0x0015D1) is unknown color: approx Medium Blue. HEX triplet: 00, 15 and D1. RGB value is (0,21,209). Sum of RGB (Red+Green+Blue) = 0+21+209=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 209 (82.03% from 255 or 90.87% from 230); Max value from RGB is 209 - color contains mainly: blue. Hex color #0015D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0015D1 is #FFEA2E. Grayscale: #232323. Windows color (decimal): -16771631 or 13702400. OLE color: 13702400.

HSL color Cylindrical-coordinate representation of color #0015D1: hue angle of 233.97º 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 #0015D1 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB021209-
CMYK10.9000.18
HSL233.97º100%40.98%-
HSV(B)233.97º100%81.96%-
XYZ11.785.1460.69-
YUV36.15225.54102.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 209 (82.03% from 255) = 90.87%
R=0%
G=9.13%
B=90.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal02120910.9000.18233.9710040.98
Hex015D1645A012ea6429
Octal02532114413202235214451
Binary0101011101000111001001011010010010111010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0015d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0015d1; }

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

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

<style>
 a { background-color: #0015d1; }

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

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

<style>
 span { border-color: #0015d1; }

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

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