#0D45C0

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

Shades of Persian Blue #0D45C0

Tints of Persian Blue #0D45C0

Color information

#0D45C0 (or 0x0D45C0) is unknown color: approx Persian Blue. HEX triplet: 0D, 45 and C0. RGB value is (13,69,192). Sum of RGB (Red+Green+Blue) = 13+69+192=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #0D45C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D45C0 is #F2BA3F. Grayscale: #414141. Windows color (decimal): -15907392 or 12600589. OLE color: 12600589.

HSL color Cylindrical-coordinate representation of color #0D45C0: hue angle of 221.23º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D45C0 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1369192-
CMYK0.930.6400.25
HSL221.23º87.32%40.2%-
HSV(B)221.23º93.23%75.29%-
XYZ11.818.1550.82-
YUV66.28198.9590-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.74%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 192 (75.39% from 255) = 70.07%
R=4.74%
G=25.18%
B=70.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13691920.930.6400.25221.2387.3240.2
HexD45C05D40019dd5728
Octal1510530013510003133512750
Binary110110001011100000010111011000000011001110111011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D45C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,69,192); }

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

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

 a { background-color: rgb(13,69,192); }

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

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

 span { border-color: rgb(13,69,192); }

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