#0D40F6

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

Shades of Persian Blue #0D40F6

Tints of Persian Blue #0D40F6

Color information

#0D40F6 (or 0x0D40F6) is unknown color: approx Persian Blue. HEX triplet: 0D, 40 and F6. RGB value is (13,64,246). Sum of RGB (Red+Green+Blue) = 13+64+246=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 246 (96.48% from 255 or 76.16% from 323); Max value from RGB is 246 - color contains mainly: blue. Hex color #0D40F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D40F6 is #F2BF09. Grayscale: #444444. Windows color (decimal): -15908618 or 16138253. OLE color: 16138253.

HSL color Cylindrical-coordinate representation of color #0D40F6: hue angle of 226.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D40F6 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1364246-
CMYK0.950.7400.04
HSL226.87º92.83%50.78%-
HSV(B)226.87º94.72%96.47%-
XYZ18.6310.4188.22-
YUV69.5227.687.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.02%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 246 (96.48% from 255) = 76.16%
R=4.02%
G=19.81%
B=76.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal13642460.950.7400.04226.8792.8350.78
HexD40F65F4A04e35d33
Octal151003661371120434313563
Binary1101100000011110110101111110010100100111000111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D40F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,64,246); }

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

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

 a { background-color: rgb(13,64,246); }

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

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

 span { border-color: rgb(13,64,246); }

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