#05264D

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

Shades of Prussian Blue #05264D

Tints of Prussian Blue #05264D

Color information

#05264D (or 0x05264D) is unknown color: approx Prussian Blue. HEX triplet: 05, 26 and 4D. RGB value is (5,38,77). Sum of RGB (Red+Green+Blue) = 5+38+77=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #05264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05264D is #FAD9B2. Grayscale: #202020. Windows color (decimal): -16439731 or 5056005. OLE color: 5056005.

HSL color Cylindrical-coordinate representation of color #05264D: hue angle of 212.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05264D is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB53877-
CMYK0.940.5100.70
HSL212.5º87.8%16.08%-
HSV(B)212.5º93.51%30.2%-
XYZ2.11.957.29-
YUV32.58153.07108.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=4.17%
G=31.67%
B=64.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal538770.940.5100.70212.587.816.08
Hex5264D5E33046d45810
Octal54611513663010632413020
Binary101100110100110110111101100110100011011010100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05264D; }

 p { color: rgb(5,38,77); }

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

<style>
 a { background-color: #05264D; }

 a { background-color: rgb(5,38,77); }

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

<style>
 span { border-color: #05264D; }

 span { border-color: rgb(5,38,77); }

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