#0D396A

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

Shades of Prussian Blue #0D396A

Tints of Prussian Blue #0D396A

Color information

#0D396A (or 0x0D396A) is unknown color: approx Prussian Blue. HEX triplet: 0D, 39 and 6A. RGB value is (13,57,106). Sum of RGB (Red+Green+Blue) = 13+57+106=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D396A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D396A is #F2C695. Grayscale: #313131. Windows color (decimal): -15910550 or 6961421. OLE color: 6961421.

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

Color convert

RGB1357106-
CMYK0.880.4600.58
HSL211.61º78.15%23.33%-
HSV(B)211.61º87.74%41.57%-
XYZ4.234.0514.19-
YUV49.43159.92102.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.39%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 106 (41.80% from 255) = 60.23%
R=7.39%
G=32.39%
B=60.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13571060.880.4600.58211.6178.1523.33
HexD396A582E03Ad44e17
Octal15711521305607232411627
Binary110111100111010101011000101110011101011010100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,57,106); }

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

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

 a { background-color: rgb(13,57,106); }

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

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

 span { border-color: rgb(13,57,106); }

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