#0D3A69

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

Shades of Prussian Blue #0D3A69

Tints of Prussian Blue #0D3A69

Color information

#0D3A69 (or 0x0D3A69) is unknown color: approx Prussian Blue. HEX triplet: 0D, 3A and 69. RGB value is (13,58,105). Sum of RGB (Red+Green+Blue) = 13+58+105=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D3A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3A69 is #F2C596. Grayscale: #313131. Windows color (decimal): -15910295 or 6896141. OLE color: 6896141.

HSL color Cylindrical-coordinate representation of color #0D3A69: hue angle of 210.65º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3A69 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1358105-
CMYK0.880.4500.59
HSL210.65º77.97%23.14%-
HSV(B)210.65º87.62%41.18%-
XYZ4.234.1313.94-
YUV49.9159.09101.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.39%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 105 (41.41% from 255) = 59.66%
R=7.39%
G=32.95%
B=59.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13581050.880.4500.59210.6577.9723.14
HexD3A69582D03Bd34e17
Octal15721511305507332311627
Binary110111101011010011011000101101011101111010011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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