#05365D

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

Shades of Prussian Blue #05365D

Tints of Prussian Blue #05365D

Color information

#05365D (or 0x05365D) is unknown color: approx Prussian Blue. HEX triplet: 05, 36 and 5D. RGB value is (5,54,93). Sum of RGB (Red+Green+Blue) = 5+54+93=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #05365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05365D is #FAC9A2. Grayscale: #2B2B2B. Windows color (decimal): -16435619 or 6108677. OLE color: 6108677.

HSL color Cylindrical-coordinate representation of color #05365D: hue angle of 206.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05365D is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB55493-
CMYK0.950.4200.64
HSL206.59º89.8%19.22%-
HSV(B)206.59º94.62%36.47%-
XYZ3.363.4610.85-
YUV43.8155.77100.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=3.29%
G=35.53%
B=61.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal554930.950.4200.64206.5989.819.22
Hex5365D5F2A040cf5a13
Octal56613513752010031713223
Binary101110110101110110111111010100100000011001111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,54,93); }

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

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

 a { background-color: rgb(5,54,93); }

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

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

 span { border-color: rgb(5,54,93); }

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