#0A40DF

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

Shades of Persian Blue #0A40DF

Tints of Persian Blue #0A40DF

Color information

#0A40DF (or 0x0A40DF) is unknown color: approx Persian Blue. HEX triplet: 0A, 40 and DF. RGB value is (10,64,223). Sum of RGB (Red+Green+Blue) = 10+64+223=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A40DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A40DF is #F5BF20. Grayscale: #414141. Windows color (decimal): -16105249 or 14630922. OLE color: 14630922.

HSL color Cylindrical-coordinate representation of color #0A40DF: hue angle of 224.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A40DF is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1064223-
CMYK0.960.7100.13
HSL224.79º91.42%45.69%-
HSV(B)224.79º95.52%87.45%-
XYZ15.289.0670.76-
YUV65.98216.6188.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.37%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 223 (87.5% from 255) = 75.08%
R=3.37%
G=21.55%
B=75.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal10642230.960.7100.13224.7991.4245.69
HexA40DF60470De15b2e
Octal1210033714010701534113356
Binary10101000000110111111100000100011101101111000011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A40DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A40DF; }

 p { color: rgb(10,64,223); }

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

<style>
 a { background-color: #0A40DF; }

 a { background-color: rgb(10,64,223); }

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

<style>
 span { border-color: #0A40DF; }

 span { border-color: rgb(10,64,223); }

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