#0D41F6

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

Shades of Persian Blue #0D41F6

Tints of Persian Blue #0D41F6

Color information

#0D41F6 (or 0x0D41F6) is unknown color: approx Persian Blue. HEX triplet: 0D, 41 and F6. RGB value is (13,65,246). Sum of RGB (Red+Green+Blue) = 13+65+246=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 246 (96.48% from 255 or 75.93% from 324); Max value from RGB is 246 - color contains mainly: blue. Hex color #0D41F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D41F6 is #F2BE09. Grayscale: #454545. Windows color (decimal): -15908362 or 16138509. OLE color: 16138509.

HSL color Cylindrical-coordinate representation of color #0D41F6: hue angle of 226.61º 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 #0D41F6 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1365246-
CMYK0.950.7400.04
HSL226.61º92.83%50.78%-
HSV(B)226.61º94.72%96.47%-
XYZ18.6910.5288.23-
YUV70.09227.2787.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.01%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 246 (96.48% from 255) = 75.93%
R=4.01%
G=20.06%
B=75.93%

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
Decimal13652460.950.7400.04226.6192.8350.78
HexD41F65F4A04e35d33
Octal151013661371120434313563
Binary1101100000111110110101111110010100100111000111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D41F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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