#0D3CE0

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

Shades of Persian Blue #0D3CE0

Tints of Persian Blue #0D3CE0

Color information

#0D3CE0 (or 0x0D3CE0) is unknown color: approx Persian Blue. HEX triplet: 0D, 3C and E0. RGB value is (13,60,224). Sum of RGB (Red+Green+Blue) = 13+60+224=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 224 (87.89% from 255 or 75.42% from 297); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D3CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3CE0 is #F2C31F. Grayscale: #3F3F3F. Windows color (decimal): -15909664 or 14695437. OLE color: 14695437.

HSL color Cylindrical-coordinate representation of color #0D3CE0: hue angle of 226.64º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3CE0 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1360224-
CMYK0.940.7300.12
HSL226.64º89.03%46.47%-
HSV(B)226.64º94.2%87.84%-
XYZ15.248.771.4-
YUV64.64217.9391.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.38%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 224 (87.89% from 255) = 75.42%
R=4.38%
G=20.20%
B=75.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13602240.940.7300.12226.6489.0346.47
HexD3CE05E490Ce3592e
Octal157434013611101434313156
Binary1101111100111000001011110100100101100111000111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,60,224); }

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

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

 a { background-color: rgb(13,60,224); }

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

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

 span { border-color: rgb(13,60,224); }

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