#0D3BC0

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

Shades of Persian Blue #0D3BC0

Tints of Persian Blue #0D3BC0

Color information

#0D3BC0 (or 0x0D3BC0) is unknown color: approx Persian Blue. HEX triplet: 0D, 3B and C0. RGB value is (13,59,192). Sum of RGB (Red+Green+Blue) = 13+59+192=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 192 (75.39% from 255 or 72.73% from 264); Max value from RGB is 192 - color contains mainly: blue. Hex color #0D3BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3BC0 is #F2C43F. Grayscale: #3B3B3B. Windows color (decimal): -15909952 or 12598029. OLE color: 12598029.

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

Color convert

RGB1359192-
CMYK0.930.6900.25
HSL224.58º87.32%40.2%-
HSV(B)224.58º93.23%75.29%-
XYZ11.247.0250.63-
YUV60.41202.2694.19-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.92%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 192 (75.39% from 255) = 72.73%
R=4.92%
G=22.35%
B=72.73%

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
Decimal13591920.930.6900.25224.5887.3240.2
HexD3BC05D45019e15728
Octal157330013510503134112750
Binary11011110111100000010111011000101011001111000011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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