#0D2ECD

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

Shades of Persian Blue #0D2ECD

Tints of Persian Blue #0D2ECD

Color information

#0D2ECD (or 0x0D2ECD) is unknown color: approx Persian Blue. HEX triplet: 0D, 2E and CD. RGB value is (13,46,205). Sum of RGB (Red+Green+Blue) = 13+46+205=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 205 (80.47% from 255 or 77.65% from 264); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D2ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2ECD is #F2D132. Grayscale: #353535. Windows color (decimal): -15913267 or 13446669. OLE color: 13446669.

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

Color convert

RGB1346205-
CMYK0.940.7800.20
HSL229.69º88.07%42.75%-
HSV(B)229.69º93.66%80.39%-
XYZ12.166.4558.36-
YUV54.26213.0798.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.92%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 205 (80.47% from 255) = 77.65%
R=4.92%
G=17.42%
B=77.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13462050.940.7800.20229.6988.0742.75
HexD2ECD5E4E014e6582b
Octal155631513611602434613053
Binary11011011101100110110111101001110010100111001101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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