#0D3CC0

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

Shades of Persian Blue #0D3CC0

Tints of Persian Blue #0D3CC0

Color information

#0D3CC0 (or 0x0D3CC0) is unknown color: approx Persian Blue. HEX triplet: 0D, 3C and C0. RGB value is (13,60,192). Sum of RGB (Red+Green+Blue) = 13+60+192=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 192 (75.39% from 255 or 72.45% from 265); Max value from RGB is 192 - color contains mainly: blue. Hex color #0D3CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3CC0 is #F2C33F. Grayscale: #3C3C3C. Windows color (decimal): -15909696 or 12598285. OLE color: 12598285.

HSL color Cylindrical-coordinate representation of color #0D3CC0: hue angle of 224.25º 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 #0D3CC0 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1360192-
CMYK0.930.6900.25
HSL224.25º87.32%40.2%-
HSV(B)224.25º93.23%75.29%-
XYZ11.37.1250.65-
YUV61201.9393.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.91%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 192 (75.39% from 255) = 72.45%
R=4.91%
G=22.64%
B=72.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13601920.930.6900.25224.2587.3240.2
HexD3CC05D45019e05728
Octal157430013510503134012750
Binary11011111001100000010111011000101011001111000001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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