#05334E

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

Shades of Prussian Blue #05334E

Tints of Prussian Blue #05334E

Color information

#05334E (or 0x05334E) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 4E. RGB value is (5,51,78). Sum of RGB (Red+Green+Blue) = 5+51+78=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #05334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05334E is #FACCB1. Grayscale: #282828. Windows color (decimal): -16436402 or 5124869. OLE color: 5124869.

HSL color Cylindrical-coordinate representation of color #05334E: hue angle of 202.19º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05334E is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB55178-
CMYK0.940.3500.69
HSL202.19º87.95%16.27%-
HSV(B)202.19º93.59%30.59%-
XYZ2.622.957.64-
YUV40.32149.26102.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 78 (30.86% from 255) = 58.21%
R=3.73%
G=38.06%
B=58.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal551780.940.3500.69202.1987.9516.27
Hex5334E5E23045ca5810
Octal56311613643010531213020
Binary101110011100111010111101000110100010111001010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05334E; }

 p { color: rgb(5,51,78); }

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

<style>
 a { background-color: #05334E; }

 a { background-color: rgb(5,51,78); }

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

<style>
 span { border-color: #05334E; }

 span { border-color: rgb(5,51,78); }

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