#0D2ACA

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

Shades of Persian Blue #0D2ACA

Tints of Persian Blue #0D2ACA

Color information

#0D2ACA (or 0x0D2ACA) is unknown color: approx Persian Blue. HEX triplet: 0D, 2A and CA. RGB value is (13,42,202). Sum of RGB (Red+Green+Blue) = 13+42+202=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D2ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2ACA is #F2D535. Grayscale: #323232. Windows color (decimal): -15914294 or 13249037. OLE color: 13249037.

HSL color Cylindrical-coordinate representation of color #0D2ACA: hue angle of 230.79º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D2ACA is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1342202-
CMYK0.940.7900.21
HSL230.79º87.91%42.16%-
HSV(B)230.79º93.56%79.22%-
XYZ11.656.0156.42-
YUV51.57212.89100.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 42 (16.80% from 255) = 16.34%
BLUE value IS 202 (79.30% from 255) = 78.60%
R=5.06%
G=16.34%
B=78.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13422020.940.7900.21230.7987.9142.16
HexD2ACA5E4F015e7582a
Octal155231213611702534713052
Binary11011010101100101010111101001111010101111001111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,42,202); }

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

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

 a { background-color: rgb(13,42,202); }

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

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

 span { border-color: rgb(13,42,202); }

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