#0D3B6E

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

Shades of Prussian Blue #0D3B6E

Tints of Prussian Blue #0D3B6E

Color information

#0D3B6E (or 0x0D3B6E) is unknown color: approx Prussian Blue. HEX triplet: 0D, 3B and 6E. RGB value is (13,59,110). Sum of RGB (Red+Green+Blue) = 13+59+110=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D3B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3B6E is #F2C491. Grayscale: #323232. Windows color (decimal): -15910034 or 7224077. OLE color: 7224077.

HSL color Cylindrical-coordinate representation of color #0D3B6E: hue angle of 211.55º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3B6E is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1359110-
CMYK0.880.4600.57
HSL211.55º78.86%24.12%-
HSV(B)211.55º88.18%43.14%-
XYZ4.544.3415.35-
YUV51.06161.26100.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.14%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=7.14%
G=32.42%
B=60.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal13591100.880.4600.57211.5578.8624.12
HexD3B6E582E039d44f18
Octal15731561305607132411730
Binary110111101111011101011000101110011100111010100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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