#0d2e54

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

Shades of Prussian Blue #0D2E54

Tints of Prussian Blue #0D2E54

Color information

#0D2E54 (or 0x0D2E54) is unknown color: approx Prussian Blue. HEX triplet: 0D, 2E and 54. RGB value is (13,46,84). Sum of RGB (Red+Green+Blue) = 13+46+84=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D2E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2E54 is #F2D1AB. Grayscale: #282828. Windows color (decimal): -15913388 or 5516813. OLE color: 5516813.

HSL color Cylindrical-coordinate representation of color #0D2E54: hue angle of 212.11º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2E54 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB134684-
CMYK0.850.4500.67
HSL212.11º73.2%19.02%-
HSV(B)212.11º84.52%32.94%-
XYZ2.742.688.76-
YUV40.47152.57108.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.09%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 84 (33.20% from 255) = 58.74%
R=9.09%
G=32.17%
B=58.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1346840.850.4500.67212.1173.219.02
HexD2E54552D043d44913
Octal155612412555010332411123
Binary1101101110101010010101011011010100001111010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d2e54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,46,84); }

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

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

 a { background-color: rgb(13,46,84); }

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

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

 span { border-color: rgb(13,46,84); }

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