#0d2ed1

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

Shades of Persian Blue #0D2ED1

Tints of Persian Blue #0D2ED1

Color information

#0D2ED1 (or 0x0D2ED1) is unknown color: approx Persian Blue. HEX triplet: 0D, 2E and D1. RGB value is (13,46,209). Sum of RGB (Red+Green+Blue) = 13+46+209=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 209 (82.03% from 255 or 77.99% from 268); Max value from RGB is 209 - color contains mainly: blue. Hex color #0D2ED1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2ED1 is #F2D12E. Grayscale: #363636. Windows color (decimal): -15913263 or 13708813. OLE color: 13708813.

HSL color Cylindrical-coordinate representation of color #0D2ED1: hue angle of 229.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D2ED1 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1346209-
CMYK0.940.7800.18
HSL229.9º88.29%43.53%-
HSV(B)229.9º93.78%81.96%-
XYZ12.656.6460.94-
YUV54.72215.0798.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.85%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 209 (82.03% from 255) = 77.99%
R=4.85%
G=17.16%
B=77.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal13462090.940.7800.18229.988.2943.53
HexD2ED15E4E012e6582c
Octal155632113611602234613054
Binary11011011101101000110111101001110010010111001101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d2ed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,46,209); }

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

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

 a { background-color: rgb(13,46,209); }

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

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

 span { border-color: rgb(13,46,209); }

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