#0D2F57

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

Shades of Prussian Blue #0D2F57

Tints of Prussian Blue #0D2F57

Color information

#0D2F57 (or 0x0D2F57) is unknown color: approx Prussian Blue. HEX triplet: 0D, 2F and 57. RGB value is (13,47,87). Sum of RGB (Red+Green+Blue) = 13+47+87=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D2F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2F57 is #F2D0A8. Grayscale: #292929. Windows color (decimal): -15913129 or 5713677. OLE color: 5713677.

HSL color Cylindrical-coordinate representation of color #0D2F57: hue angle of 212.43º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2F57 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB134787-
CMYK0.850.4600.66
HSL212.43º74%19.61%-
HSV(B)212.43º85.06%34.12%-
XYZ2.92.819.41-
YUV41.39153.74107.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 87 (34.38% from 255) = 59.18%
R=8.84%
G=31.97%
B=59.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1347870.850.4600.66212.437419.61
HexD2F57552E042d44a14
Octal155712712556010232411224
Binary1101101111101011110101011011100100001011010100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,47,87); }

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

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

 a { background-color: rgb(13,47,87); }

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

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

 span { border-color: rgb(13,47,87); }

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