#05264B

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

Shades of Prussian Blue #05264B

Tints of Prussian Blue #05264B

Color information

#05264B (or 0x05264B) is unknown color: approx Prussian Blue. HEX triplet: 05, 26 and 4B. RGB value is (5,38,75). Sum of RGB (Red+Green+Blue) = 5+38+75=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #05264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05264B is #FAD9B4. Grayscale: #202020. Windows color (decimal): -16439733 or 4924933. OLE color: 4924933.

HSL color Cylindrical-coordinate representation of color #05264B: hue angle of 211.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05264B is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53875-
CMYK0.930.4900.71
HSL211.71º87.5%15.69%-
HSV(B)211.71º93.33%29.41%-
XYZ2.031.936.92-
YUV32.35152.07108.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 75 (29.69% from 255) = 63.56%
R=4.24%
G=32.20%
B=63.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal538750.930.4900.71211.7187.515.69
Hex5264B5D31047d45810
Octal54611313561010732413020
Binary101100110100101110111011100010100011111010100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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