#0D3ACC

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

Shades of Persian Blue #0D3ACC

Tints of Persian Blue #0D3ACC

Color information

#0D3ACC (or 0x0D3ACC) is unknown color: approx Persian Blue. HEX triplet: 0D, 3A and CC. RGB value is (13,58,204). Sum of RGB (Red+Green+Blue) = 13+58+204=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D3ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3ACC is #F2C533. Grayscale: #3C3C3C. Windows color (decimal): -15910196 or 13384205. OLE color: 13384205.

HSL color Cylindrical-coordinate representation of color #0D3ACC: hue angle of 225.86º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3ACC is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1358204-
CMYK0.940.7200.2
HSL225.86º88.02%42.55%-
HSV(B)225.86º93.63%80%-
XYZ12.587.4757.91-
YUV61.19208.5993.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.73%
GREEN value IS 58 (23.05% from 255) = 21.09%
BLUE value IS 204 (80.08% from 255) = 74.18%
R=4.73%
G=21.09%
B=74.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13582040.940.7200.2225.8688.0242.55
HexD3ACC5E48014e2582b
Octal157231413611002434213053
Binary11011110101100110010111101001000010100111000101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,58,204); }

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

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

 a { background-color: rgb(13,58,204); }

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

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

 span { border-color: rgb(13,58,204); }

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