#0D2FC5

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

Shades of Persian Blue #0D2FC5

Tints of Persian Blue #0D2FC5

Color information

#0D2FC5 (or 0x0D2FC5) is unknown color: approx Persian Blue. HEX triplet: 0D, 2F and C5. RGB value is (13,47,197). Sum of RGB (Red+Green+Blue) = 13+47+197=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 197 (77.34% from 255 or 76.65% from 257); Max value from RGB is 197 - color contains mainly: blue. Hex color #0D2FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2FC5 is #F2D03A. Grayscale: #353535. Windows color (decimal): -15913019 or 12922637. OLE color: 12922637.

HSL color Cylindrical-coordinate representation of color #0D2FC5: hue angle of 228.91º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D2FC5 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1347197-
CMYK0.930.7600.23
HSL228.91º87.62%41.18%-
HSV(B)228.91º93.4%77.25%-
XYZ11.266.1553.42-
YUV53.93208.7498.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 47 (18.75% from 255) = 18.29%
BLUE value IS 197 (77.34% from 255) = 76.65%
R=5.06%
G=18.29%
B=76.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13471970.930.7600.23228.9187.6241.18
HexD2FC55D4C017e55829
Octal155730513511402734513051
Binary11011011111100010110111011001100010111111001011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,47,197); }

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

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

 a { background-color: rgb(13,47,197); }

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

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

 span { border-color: rgb(13,47,197); }

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