#05376F

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

Shades of Prussian Blue #05376F

Tints of Prussian Blue #05376F

Color information

#05376F (or 0x05376F) is unknown color: approx Prussian Blue. HEX triplet: 05, 37 and 6F. RGB value is (5,55,111). Sum of RGB (Red+Green+Blue) = 5+55+111=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #05376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05376F is #FAC890. Grayscale: #2E2E2E. Windows color (decimal): -16435345 or 7288581. OLE color: 7288581.

HSL color Cylindrical-coordinate representation of color #05376F: hue angle of 211.7º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05376F is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB555111-
CMYK0.950.5000.56
HSL211.7º91.38%22.75%-
HSV(B)211.7º95.5%43.53%-
XYZ4.33.9115.57-
YUV46.43164.4498.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 111 (43.75% from 255) = 64.91%
R=2.92%
G=32.16%
B=64.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5551110.950.5000.56211.791.3822.75
Hex5376F5F32038d45b17
Octal5671571376207032413327
Binary10111011111011111011111110010011100011010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05376F; }

 p { color: rgb(5,55,111); }

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

<style>
 a { background-color: #05376F; }

 a { background-color: rgb(5,55,111); }

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

<style>
 span { border-color: #05376F; }

 span { border-color: rgb(5,55,111); }

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