#0D3F61

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

Shades of Prussian Blue #0D3F61

Tints of Prussian Blue #0D3F61

Color information

#0D3F61 (or 0x0D3F61) is unknown color: approx Prussian Blue. HEX triplet: 0D, 3F and 61. RGB value is (13,63,97). Sum of RGB (Red+Green+Blue) = 13+63+97=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D3F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3F61 is #F2C09E. Grayscale: #333333. Windows color (decimal): -15909023 or 6373133. OLE color: 6373133.

HSL color Cylindrical-coordinate representation of color #0D3F61: hue angle of 204.29º 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 #0D3F61 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB136397-
CMYK0.870.3500.62
HSL204.29º76.36%21.57%-
HSV(B)204.29º86.6%38.04%-
XYZ4.14.511.96-
YUV51.93153.44100.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 63 (25% from 255) = 36.42%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=7.51%
G=36.42%
B=56.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1363970.870.3500.62204.2976.3621.57
HexD3F61572303Ecc4c16
Octal15771411274307631411426
Binary110111111111000011010111100011011111011001100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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