#0D3061

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

Shades of Prussian Blue #0D3061

Tints of Prussian Blue #0D3061

Color information

#0D3061 (or 0x0D3061) is unknown color: approx Prussian Blue. HEX triplet: 0D, 30 and 61. RGB value is (13,48,97). Sum of RGB (Red+Green+Blue) = 13+48+97=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D3061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3061 is #F2CF9E. Grayscale: #2A2A2A. Windows color (decimal): -15912863 or 6369293. OLE color: 6369293.

HSL color Cylindrical-coordinate representation of color #0D3061: hue angle of 215º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D3061 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB134897-
CMYK0.870.5100.62
HSL215º76.36%21.57%-
HSV(B)215º86.6%38.04%-
XYZ3.383.0611.72-
YUV43.12158.4106.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.23%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=8.23%
G=30.38%
B=61.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1348970.870.5100.6221576.3621.57
HexD3061573303Ed74c16
Octal15601411276307632711426
Binary110111000011000011010111110011011111011010111100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,48,97); }

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

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

 a { background-color: rgb(13,48,97); }

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

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

 span { border-color: rgb(13,48,97); }

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