#0D3E6C

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

Shades of Prussian Blue #0D3E6C

Tints of Prussian Blue #0D3E6C

Color information

#0D3E6C (or 0x0D3E6C) is unknown color: approx Prussian Blue. HEX triplet: 0D, 3E and 6C. RGB value is (13,62,108). Sum of RGB (Red+Green+Blue) = 13+62+108=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D3E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E6C is #F2C193. Grayscale: #343434. Windows color (decimal): -15909268 or 7093773. OLE color: 7093773.

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

Color convert

RGB1362108-
CMYK0.880.4300.58
HSL209.05º78.51%23.73%-
HSV(B)209.05º87.96%42.35%-
XYZ4.64.6114.84-
YUV52.59159.2799.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.10%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 108 (42.58% from 255) = 59.02%
R=7.10%
G=33.88%
B=59.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13621080.880.4300.58209.0578.5123.73
HexD3E6C582B03Ad14f18
Octal15761541305307232111730
Binary110111111011011001011000101011011101011010001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,62,108); }

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

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

 a { background-color: rgb(13,62,108); }

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

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

 span { border-color: rgb(13,62,108); }

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