#0040D1

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

Shades of Persian Blue #0040D1

Tints of Persian Blue #0040D1

Color information

#0040D1 (or 0x0040D1) is unknown color: approx Persian Blue. HEX triplet: 00, 40 and D1. RGB value is (0,64,209). Sum of RGB (Red+Green+Blue) = 0+64+209=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 209 (82.03% from 255 or 76.56% from 273); Max value from RGB is 209 - color contains mainly: blue. Hex color #0040D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0040D1 is #FFBF2E. Grayscale: #3C3C3C. Windows color (decimal): -16760623 or 13713408. OLE color: 13713408.

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

Color convert

RGB064209-
CMYK10.6900.18
HSL221.63º100%40.98%-
HSV(B)221.63º100%81.96%-
XYZ13.348.2761.21-
YUV61.39211.384.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 209 (82.03% from 255) = 76.56%
R=0%
G=23.44%
B=76.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal06420910.6900.18221.6310040.98
Hex040D16445012de6429
Octal010032114410502233614451
Binary010000001101000111001001000101010010110111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0040D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0040D1; }

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

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

<style>
 a { background-color: #0040D1; }

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

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

<style>
 span { border-color: #0040D1; }

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

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