#0D365A

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

Shades of Prussian Blue #0D365A

Tints of Prussian Blue #0D365A

Color information

#0D365A (or 0x0D365A) is unknown color: approx Prussian Blue. HEX triplet: 0D, 36 and 5A. RGB value is (13,54,90). Sum of RGB (Red+Green+Blue) = 13+54+90=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D365A is #F2C9A5. Grayscale: #2D2D2D. Windows color (decimal): -15911334 or 5912077. OLE color: 5912077.

HSL color Cylindrical-coordinate representation of color #0D365A: hue angle of 208.05º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D365A is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB135490-
CMYK0.860.4000.65
HSL208.05º74.76%20.2%-
HSV(B)208.05º85.56%35.29%-
XYZ3.333.4610.17-
YUV45.84152.92104.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.28%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=8.28%
G=34.39%
B=57.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1354900.860.4000.65208.0574.7620.2
HexD365A5628041d04b14
Octal156613212650010132011324
Binary1101110110101101010101101010000100000111010000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,54,90); }

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

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

 a { background-color: rgb(13,54,90); }

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

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

 span { border-color: rgb(13,54,90); }

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