#0040D4

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

Shades of Persian Blue #0040D4

Tints of Persian Blue #0040D4

Color information

#0040D4 (or 0x0040D4) is unknown color: approx Persian Blue. HEX triplet: 00, 40 and D4. RGB value is (0,64,212). Sum of RGB (Red+Green+Blue) = 0+64+212=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 212 (83.20% from 255 or 76.81% from 276); Max value from RGB is 212 - color contains mainly: blue. Hex color #0040D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0040D4 is #FFBF2B. Grayscale: #3D3D3D. Windows color (decimal): -16760620 or 13910016. OLE color: 13910016.

HSL color Cylindrical-coordinate representation of color #0040D4: hue angle of 221.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0040D4 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB064212-
CMYK10.7000.17
HSL221.89º100%41.57%-
HSV(B)221.89º100%83.14%-
XYZ13.728.4263.19-
YUV61.74212.883.97-

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.19%
BLUE value IS 212 (83.20% from 255) = 76.81%
R=0%
G=23.19%
B=76.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal06421210.7000.17221.8910041.57
Hex040D46446011de642a
Octal010032414410602133614452
Binary010000001101010011001001000110010001110111101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0040D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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