#05274B

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

Shades of Prussian Blue #05274B

Tints of Prussian Blue #05274B

Color information

#05274B (or 0x05274B) is unknown color: approx Prussian Blue. HEX triplet: 05, 27 and 4B. RGB value is (5,39,75). Sum of RGB (Red+Green+Blue) = 5+39+75=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #05274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05274B is #FAD8B4. Grayscale: #202020. Windows color (decimal): -16439477 or 4925189. OLE color: 4925189.

HSL color Cylindrical-coordinate representation of color #05274B: hue angle of 210.86º 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 #05274B is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53975-
CMYK0.930.4800.71
HSL210.86º87.5%15.69%-
HSV(B)210.86º93.33%29.41%-
XYZ2.061.996.93-
YUV32.94151.74108.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=4.20%
G=32.77%
B=63.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal539750.930.4800.71210.8687.515.69
Hex5274B5D30047d35810
Octal54711313560010732313020
Binary101100111100101110111011100000100011111010011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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