#05446A

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

Shades of Prussian Blue #05446A

Tints of Prussian Blue #05446A

Color information

#05446A (or 0x05446A) is unknown color: approx Prussian Blue. HEX triplet: 05, 44 and 6A. RGB value is (5,68,106). Sum of RGB (Red+Green+Blue) = 5+68+106=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #05446A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05446A is #FABB95. Grayscale: #353535. Windows color (decimal): -16432022 or 6964229. OLE color: 6964229.

HSL color Cylindrical-coordinate representation of color #05446A: hue angle of 202.57º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05446A is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB568106-
CMYK0.950.3600.58
HSL202.57º90.99%21.76%-
HSV(B)202.57º95.28%41.57%-
XYZ4.735.2114.39-
YUV53.49157.6393.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 106 (41.80% from 255) = 59.22%
R=2.79%
G=37.99%
B=59.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5681060.950.3600.58202.5790.9921.76
Hex5446A5F2403Acb5b16
Octal51041521374407231313326
Binary101100010011010101011111100100011101011001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05446A; }

 p { color: rgb(5,68,106); }

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

<style>
 a { background-color: #05446A; }

 a { background-color: rgb(5,68,106); }

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

<style>
 span { border-color: #05446A; }

 span { border-color: rgb(5,68,106); }

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